summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-10-06 21:59:25 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-10-06 21:59:25 +0000
commitef1c8fb3d28d2c3d4d11d5573c0038d246da2af1 (patch)
tree4620487e44cc95a73e3181120a23b1f33d3b993c /Master/texmf/doc/man/man1
parent4678b1c4732512754e8bea420ff47ee229145ba9 (diff)
Texdoc 0.46 working around a bug in LuaTeX 0.40.6 on Solaris 10.
With a correct man page, by the way, the previous one was completely buggy. git-svn-id: svn://tug.org/texlive/trunk@15662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1')
-rw-r--r--Master/texmf/doc/man/man1/texdoc.162
1 files changed, 59 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1
index 178db3c9b67..acd1ba06054 100644
--- a/Master/texmf/doc/man/man1/texdoc.1
+++ b/Master/texmf/doc/man/man1/texdoc.1
@@ -1,6 +1,62 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH TEXDOC.TLU:35: "1" "August 2009" "texdoc.tlu:35: attempt to concatenate local 'svnrev' (a nil value)" "User Commands"
+.TH TEXDOC "1" "October 2009" "texdoc 0.46+" "User Commands"
.SH NAME
-texdoc.tlu:35: \- finding & viewing TeX documentation
+texdoc \- finding & viewing TeX documentation
+.SH SYNOPSIS
+.B texdoc
+[\fIOPTIONS\fR]... [\fINAME\fR]...
.SH DESCRIPTION
-\&../texdoc.tlu:35: attempt to concatenate local 'svnrev' (a nil value)
+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.
+.TP
+\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
+\fB\-m\fR, \fB\-\-mixed\fR
+Use mixed mode (view or list).
+.TP
+\fB\-l\fR, \fB\-\-list\fR
+Use list mode: don't start a viewer.
+.TP
+\fB\-s\fR, \fB\-\-search\fR
+Search for name as a substring.
+.TP
+\fB\-r\fR, \fB\-\-regex\fR
+Search for name as a lua regex.
+.TP
+\fB\-a\fR, \fB\-\-alias\fR
+Use the alias table.
+.TP
+\fB\-A\fR, \fB\-\-noalias\fR
+Don't use the alias table.
+.TP
+\fB\-i\fR, \fB\-\-interact\fR
+Use interactive menus.
+.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.
+.TP
+\fB\-d\fR, \fB\-\-debug\fR
+Set verbosity level to maximum.
+.SS "Environment:"
+.IP
+PAGER, BROWSER, PDFVIEWER, PSVIEWER, DVIVIEWER.
+.SS "Files:"
+.IP
+<texmf>/texdoc/texdoc.cnf files, see the \fB\-f\fR option.
+.SS "Homepage:"
+.IP
+http://tug.org/texdoc/
+.SS "Manual:"
+.IP
+displayed by `texdoc texdoc'.