This file is indexed.

/usr/share/doc/texinfo/html/makeinfo-Pointer-Creation.html is in texinfo-doc-nonfree 4.13a-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html lang="en">
<head>
<title>makeinfo Pointer Creation - GNU Texinfo 4.13</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Texinfo 4.13">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Nodes.html#Nodes" title="Nodes">
<link rel="prev" href="node.html#node" title="node">
<link rel="next" href="anchor.html#anchor" title="anchor">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for GNU Texinfo (version 4.13, 18 September 2008),
a documentation system that can produce both online information and a
printed manual from a single source.

Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.2 or any later version published by the Free Software
     Foundation; with no Invariant Sections, with the Front-Cover Texts
     being ``A GNU Manual'', and with the Back-Cover Texts as in (a)
     below.  A copy of the license is included in the section entitled
     ``GNU Free Documentation License.''

     (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
     this GNU Manual.  Buying copies from GNU Press supports the FSF in
     developing GNU and promoting software freedom.''
  -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="makeinfo-Pointer-Creation"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="anchor.html#anchor">anchor</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="node.html#node">node</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Nodes.html#Nodes">Nodes</a>
<hr>
</div>

<h3 class="section">6.4 Creating Pointers with <code>makeinfo</code></h3>

<p><a name="index-Creating-pointers-with-_0040code_007bmakeinfo_007d-330"></a><a name="index-Pointer-creation-with-_0040code_007bmakeinfo_007d-331"></a><a name="index-Automatic-pointer-creation-with-_0040code_007bmakeinfo_007d-332"></a>
The <code>makeinfo</code> program has a feature for automatically
determining node pointers for a hierarchically organized document.  We
highly recommend using it.

  <p>When you take advantage of this feature, you do not need to write the
`Next', `Previous', and `Up' pointers after the name of a node. 
However, you must write a sectioning command, such as <code>@chapter</code>
or <code>@section</code>, on the line immediately following each truncated
<code>@node</code> line (except that comment lines may intervene).

  <p>In addition, you must follow the `Top' <code>@node</code> line with a line
beginning with <code>@top</code> to mark the `Top' node in the
file.  See <a href="makeinfo-top.html#makeinfo-top"><code>@top</code></a>.

  <p>Finally, you must write the name of each node (except for the `Top'
node) in a menu that is one or more hierarchical levels above the
node's hierarchical level.

  <p><a name="index-Detail-menu-333"></a><a name="index-detailmenu-334"></a>If you use a detailed menu in your master menu (see <a href="Master-Menu-Parts.html#Master-Menu-Parts">Master Menu Parts</a>), mark it with the <code>@detailmenu @dots{} @end
detailmenu</code> environment, or <samp><span class="command">makeinfo</span></samp> will get confused,
typically about the last and/or first node in the document.

  <p>This implicit node pointer creation feature in <code>makeinfo</code>
relieves you from the need to update menus and pointers manually or
with Texinfo mode commands.  (See <a href="Updating-Nodes-and-Menus.html#Updating-Nodes-and-Menus">Updating Nodes and Menus</a>.)

  <p>In most cases, you will want to take advantage of this feature and not
redundantly specify node pointers.  However, Texinfo documents are not
required to be organized hierarchically or in fact to contain
sectioning commands at all (for example, if you never intend the
document to be printed).  The special procedure for handling the short
text before a menu (see <a href="Menus.html#Menus">Menus</a>) also disables this
feature, for that group of nodes.  In those cases, you will need to
explicitly specify all pointers.

  </body></html>