diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/texdoc.1')
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.1 | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 940b658f8d0..56a0112a5c8 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,20 +1,27 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH TEXDOC "1" "February 2010" "texdoc 0.65" "User Commands" +.TH TEXDOC "1" "February 2010" "texdoc 0.66" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS .B texdoc -[\fIOPTIONS\fR]... [\fINAME\fR]... +[\fIOPTION\fR]... [\fINAME\fR]... .SH DESCRIPTION -texdoc tries to find appropriate TeX documentation for the specified NAME(s). -With no NAME, it can print configuration information (\fB\-f\fR, \fB\-\-files\fR); -the usual \fB\-\-help\fR and \fB\-\-version\fR options are also accepted. +Try to find appropriate TeX documentation for the specified NAME(s). +The default (view mode) is to display the documentation. +.PP +With no NAME, print information about texdoc (\fB\-\-help\fR, \fB\-\-version\fR, \fB\-\-files\fR). +.TP +\fB\-h\fR, \fB\-\-help\fR +Print this help message. +.TP +\fB\-V\fR, \fB\-\-version\fR +Print the version number. .TP \fB\-f\fR, \fB\-\-files\fR -Print the name of the config files being used. +Print the list of configuration files used. .TP \fB\-w\fR, \fB\-\-view\fR -Use view mode: start a viewer. +Use view mode: start a viewer. (default) .TP \fB\-m\fR, \fB\-\-mixed\fR Use mixed mode (view or list). @@ -25,38 +32,35 @@ Use list mode: show a list of results. \fB\-s\fR, \fB\-\-showall\fR Use showall mode: show also "bad" results. .TP -\fB\-r\fR, \fB\-\-regex\fR -Use regex mode. (Deprecated.) -.TP -\fB\-e\fR, \fB\-\-extensions\fR=\fIL\fR -Set ext_list=L. (Deprecated.) +\fB\-M\fR, \fB\-\-machine\fR +Machine\-readable output (list or showall modes). .TP \fB\-a\fR, \fB\-\-alias\fR -Use the alias table. +Use the alias table. (default) .TP \fB\-A\fR, \fB\-\-noalias\fR Don't use the alias table. .TP \fB\-i\fR, \fB\-\-interact\fR -Use interactive menus. +Use interactive menus. (default) .TP \fB\-I\fR, \fB\-\-nointeract\fR Use plain lists, no interaction required. .TP -\fB\-v\fR, \fB\-\-verbosity\fR=\fIN\fR -Set verbosity level to N. +\fB\-q\fR, \fB\-\-quiet\fR +Suppress warnings and most error messages. .TP -\fB\-d\fR, \fB\-\-debug\fR[=\fIlist\fR] -Activate debug for selected items (default all). +\fB\-v\fR, \fB\-\-verbose\fR +Print additional information (eg, viewer command). .TP -\fB\-M\fR, \fB\-\-machine\fR -Use a more machine\-friendly output format. +\fB\-d\fR, \fB\-\-debug\fR[=\fIlist\fR] +Print debug info for selected items (default: all). .SS "Environment:" .IP PAGER, BROWSER, PDFVIEWER, PSVIEWER, DVIVIEWER. .SS "Files:" .IP -<texmf>/texdoc/texdoc.cnf files, see the \fB\-f\fR option. +<texmf>/texdoc/texdoc.cnf, see output of the \fB\-\-files\fR option. .SS "Homepage:" .IP http://tug.org/texdoc/ |