diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-07 18:26:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-07 18:26:53 +0000 |
commit | b04c2e1a42573e9735547702356c7b9a769a6855 (patch) | |
tree | c0753443f39500a062d7698fe6b94359c813f871 /Master/texmf-dist/doc/man/man1/texdoc.1 | |
parent | fb0bf13304a356f197bfc1add17f98c07e96f17b (diff) |
texmf -> texmf-dist: doc
git-svn-id: svn://tug.org/texlive/trunk@29714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/texdoc.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/texdoc.1 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/texdoc.1 b/Master/texmf-dist/doc/man/man1/texdoc.1 new file mode 100644 index 00000000000..bfaba2396af --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/texdoc.1 @@ -0,0 +1,80 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.9. +.TH TEXDOC "1" "June 2012" "texdoc 0.84" "User Commands" +.SH NAME +texdoc \- find & view documentation in TeX Live +.SH SYNOPSIS +.B texdoc +[\fIOPTION\fR]... \fINAME\fR... +.br +.B texdoc +\fIACTION\fR +.SH DESCRIPTION +Try to find appropriate TeX documentation for the specified NAME(s). +Alternatively, perform the given ACTION and exit. +.SS "Actions:" +.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 list of configuration files used. +.TP +\fB\-\-just\-view\fR file +Display file, given with full path (no searching). +.SH OPTIONS +.TP +\fB\-w\fR, \fB\-\-view\fR +Use view mode: start a viewer. (default) +.TP +\fB\-m\fR, \fB\-\-mixed\fR +Use mixed mode (view or list). +.TP +\fB\-l\fR, \fB\-\-list\fR +Use list mode: show a list of results. +.TP +\fB\-s\fR, \fB\-\-showall\fR +Use showall mode: show also "bad" results. +.TP +\fB\-i\fR, \fB\-\-interact\fR +Use interactive menus. (default) +.TP +\fB\-I\fR, \fB\-\-nointeract\fR +Use plain lists, no interaction required. +.TP +\fB\-M\fR, \fB\-\-machine\fR +Machine\-readable output for lists (implies \fB\-I\fR). +.TP +\fB\-q\fR, \fB\-\-quiet\fR +Suppress warnings and most error messages. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Print additional information (eg, viewer command). +.TP +\fB\-d\fR, \fB\-\-debug\fR[=\fIlist\fR] +Activate debug output (restricted to list). +.SH ENVIRONMENT +.IP +PAGER, BROWSER, PDFVIEWER, PSVIEWER, DVIVIEWER. +.SH FILES +.IP +<texmf>/texdoc/texdoc.cnf, see output of the \fB\-\-files\fR option. +.SH "REPORTING BUGS" +Report bugs to <texdoc@tug.org>. +.br +Texdoc home page: <http://tug.org/texdoc/> +.br +Source: <https://github.com/mpg/texdoc> +.SH COPYRIGHT +Copyright \(co 2008\-2011 Manuel P'egouri'e\-Gonnard. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +.SH "SEE ALSO" +The full documentation is maintained as a PDF manual. The command +.IP +.B texdoc texdoc +.PP +should give you access to the complete manual. |