diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-24 19:46:08 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-24 19:46:08 +0000 |
commit | aa1420a6770a5148a153b2b1e4283fb91a9a3d3b (patch) | |
tree | d9582016d27249d388221be878ae5b3c2e6d6265 /Master/texmf/doc/man/man1/texdoc.1 | |
parent | 01da98ba6f4010aa1cf6163e019c8ebeb24f68bd (diff) |
Texdoc 0.60.
git-svn-id: svn://tug.org/texlive/trunk@16153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/texdoc.1')
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 1de3dc1a163..685917fbf8e 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH TEXDOC "1" "November 2009" "texdoc 0.50" "User Commands" +.TH TEXDOC "1" "November 2009" "texdoc 0.60" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS @@ -13,9 +13,6 @@ the usual \fB\-\-help\fR and \fB\-\-version\fR options are also accepted. \fB\-f\fR, \fB\-\-files\fR Print the name of the config files being used. .TP -\fB\-e\fR, \fB\-\-extensions\fR=\fIL\fR -Require file extensions to be in the list L. -.TP \fB\-w\fR, \fB\-\-view\fR Use view mode: start a viewer. .TP @@ -23,13 +20,16 @@ Use view mode: start a viewer. Use mixed mode (view or list). .TP \fB\-l\fR, \fB\-\-list\fR -Use list mode: don't start a viewer. +Use list mode: show a list of results. .TP -\fB\-s\fR, \fB\-\-search\fR -Search for name as a substring. +\fB\-s\fR, \fB\-\-showall\fR +Use showall mode: show also "bad" results. .TP \fB\-r\fR, \fB\-\-regex\fR -Search for name as a lua regex. +Use regex mode. (Deprecated.) +.TP +\fB\-e\fR, \fB\-\-extensions\fR=\fIL\fR +Set ext_list=L. (Deprecated.) .TP \fB\-a\fR, \fB\-\-alias\fR Use the alias table. @@ -46,8 +46,8 @@ Use plain lists, no interaction required. \fB\-v\fR, \fB\-\-verbosity\fR=\fIN\fR Set verbosity level to N. .TP -\fB\-d\fR, \fB\-\-debug\fR -Set verbosity level to maximum. +\fB\-d\fR, \fB\-\-debug\fR[=\fIlist\fR] +Activate debug for selected items (default all). .TP \fB\-M\fR, \fB\-\-machine\fR Use a more machine\-friendly output format. |