Penguin
Annotated edit history of info(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 INFO
2 !!!INFO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXAMPLES
8 REPORTING BUGS
9 COPYRIGHT
10 ----
11 !!NAME
12
13
14 info - read Info documents
15 !!SYNOPSIS
16
17
18 __info__ [[''OPTION'']...
19 [[''MENU-ITEM''...]
20 !!DESCRIPTION
21
22
23 Read documentation in Info format.
24 !!OPTIONS
25
26
27 __--apropos__=''SUBJECT''
28
29
30 look up SUBJECT in all indices of all manuals.
31
32
33 __--directory__=''DIR''
34
35
36 add DIR to INFOPATH.
37
38
39 __--dribble__=''FILENAME''
40
41
42 remember user keystrokes in FILENAME.
43
44
45 __--file__=''FILENAME''
46
47
48 specify Info file to visit.
49
50
51 __--help__
52
53
54 display this help and exit.
55
56
57 __--index-search__=''STRING''
58
59
60 go to node pointed by index entry STRING.
61
62
63 __--node__=''NODENAME''
64
65
66 specify nodes in first visited Info file.
67
68
69 __--output__=''FILENAME''
70
71
72 output selected nodes to FILENAME.
73
74
75 __--raw-escapes__
76
77
78 don't remove ANSI escapes from man pages.
79
80
81 __--restore__=''FILENAME''
82
83
84 read initial keystrokes from FILENAME.
85
86
87 __--show-options__, __--usage__
88
89
90 go to command-line options node.
91
92
93 __--subnodes__
94
95
96 recursively output menu items.
97
98
99 __--vi-keys__
100
101
102 use vi-like and less-like key bindings.
103
104
105 __--version__
106
107
108 display version information and exit.
109
110
111 The first non-option argument, if present, is the menu entry
112 to start from; it is searched for in all `dir' files along
113 INFOPATH. If it is not present, info merges all `dir' files
114 and shows the result. Any remaining arguments are treated as
115 the names of menu items relative to the initial node
116 visited.
117 !!EXAMPLES
118
119
120 info
121
122
123 show top-level dir menu
124
125
126 info emacs
127
128
129 start at emacs node from top-level dir
130
131
132 info emacs buffers
133
134
135 start at buffers node within emacs manual
136
137
138 info __--show-options__ emacs
139
140
141 start at node with emacs' command line options
142
143
144 info __-f__ ./foo.info
145
146
147 show file ./foo.info, not searching dir
148 !!REPORTING BUGS
149
150
151 Email bug reports to bug-texinfo@gnu.org, general questions
152 and discussion to help-texinfo@gnu.org.
153 !!COPYRIGHT
154
155
156 Copyright 2002 Free Software Foundation, Inc. There is NO
157 warranty. You may redistribute this software under the terms
158 of the GNU General Public License. For more information
159 about these matters, see the files named
160 COPYING.
161 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.