6285cf0f68
Major changes since 4.3: * Language: . The ' (ASCII apostrophe/right quote) character is finally allowed in node and anchor names. Thus, after installing this texinfo.tex, existing .aux files will cause errors! Remove them and rerun TeX to generate good ones. . @value constructs are now expanded in the filename arguments to @include and @verbatiminclude. * texinfo.tex: . @smallexample and the like now output in a smaller font (9pt) in all paper formats, not just @smallbook and @afourpaper. . new translation txi-tr.tex. * info: . CTRL-H is treated like DEL in incremental search. . arrow keys once again work in isearch contexts under Solaris. * infokey: . use .info key bindings before defaults. . allow prefix keys to be disabled. Bug fixes all around.
86 lines
2.4 KiB
Groff
86 lines
2.4 KiB
Groff
.\" $NetBSD: info.1,v 1.1.1.3 2003/02/13 08:51:02 wiz Exp $
|
|
.\"
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
|
.TH INFO "1" "February 2003" "info 4.4" "User Commands"
|
|
.SH NAME
|
|
info \- read Info documents
|
|
.SH SYNOPSIS
|
|
.B info
|
|
[\fIOPTION\fR]... [\fIMENU-ITEM\fR...]
|
|
.SH DESCRIPTION
|
|
Read documentation in Info format.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-apropos\fR=\fISTRING\fR
|
|
look up STRING in all indices of all manuals.
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-directory\fR=\fIDIR\fR
|
|
add DIR to INFOPATH.
|
|
.TP
|
|
\fB\-\-dribble\fR=\fIFILENAME\fR
|
|
remember user keystrokes in FILENAME.
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-file\fR=\fIFILENAME\fR
|
|
specify Info file to visit.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
display this help and exit.
|
|
.TP
|
|
\fB\-\-index\-search\fR=\fISTRING\fR
|
|
go to node pointed by index entry STRING.
|
|
.TP
|
|
\fB\-n\fR, \fB\-\-node\fR=\fINODENAME\fR
|
|
specify nodes in first visited Info file.
|
|
.TP
|
|
\fB\-o\fR, \fB\-\-output\fR=\fIFILENAME\fR
|
|
output selected nodes to FILENAME.
|
|
.TP
|
|
\fB\-R\fR, \fB\-\-raw\-escapes\fR
|
|
don't remove ANSI escapes from man pages.
|
|
.TP
|
|
\fB\-\-restore\fR=\fIFILENAME\fR
|
|
read initial keystrokes from FILENAME.
|
|
.TP
|
|
\fB\-O\fR, \fB\-\-show\-options\fR, \fB\-\-usage\fR
|
|
go to command-line options node.
|
|
.TP
|
|
\fB\-\-subnodes\fR
|
|
recursively output menu items.
|
|
.TP
|
|
\fB\-\-vi\-keys\fR
|
|
use vi-like and less-like key bindings.
|
|
.TP
|
|
\fB\-\-version\fR
|
|
display version information and exit.
|
|
.PP
|
|
The first non-option argument, if present, is the menu entry to start from;
|
|
it is searched for in all `dir' files along INFOPATH.
|
|
If it is not present, info merges all `dir' files and shows the result.
|
|
Any remaining arguments are treated as the names of menu
|
|
items relative to the initial node visited.
|
|
.SH EXAMPLES
|
|
.TP
|
|
info
|
|
show top-level dir menu
|
|
.TP
|
|
info emacs
|
|
start at emacs node from top-level dir
|
|
.TP
|
|
info emacs buffers
|
|
start at buffers node within emacs manual
|
|
.TP
|
|
info \fB\-\-show\-options\fR emacs
|
|
start at node with emacs' command line options
|
|
.TP
|
|
info \fB\-f\fR ./foo.info
|
|
show file ./foo.info, not searching dir
|
|
.SH "REPORTING BUGS"
|
|
Email bug reports to bug-texinfo@gnu.org,
|
|
general questions and discussion to help-texinfo@gnu.org.
|
|
Texinfo home page: http://www.gnu.org/software/texinfo/
|
|
.SH COPYRIGHT
|
|
Copyright \(co 2003 Free Software Foundation, Inc.
|
|
There is NO warranty. You may redistribute this software
|
|
under the terms of the GNU General Public License.
|
|
For more information about these matters, see the files named COPYING.
|