diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-06-06 04:24:43 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-06-06 04:24:43 +0000 |
commit | ccd2c7338d8bcbacffe531d9c43493f7f8035517 (patch) | |
tree | 2b28f03c11c0f7c7fb5f8ac70de88f992199b019 /Master/texmf/doc/man/man1/texdoc.1 | |
parent | e1ed0075e33f4d74cc66bf8e13f2e2ccd3d8fdbf (diff) |
texdoc 0.81
git-svn-id: svn://tug.org/texlive/trunk@22812 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 | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 778e624eb9f..23715f0249a 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,13 +1,17 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.39.4. -.TH TEXDOC "1" "June 2011" "texdoc 0.80" "User Commands" +.TH TEXDOC "1" "June 2011" "texdoc 0.81" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS .B texdoc -[\fIOPTION\fR]... [\fINAME\fR]... +[\fIOPTION\fR]... \fINAME\fR... +.br +.B texdoc +\fIACTION\fR .SH DESCRIPTION Try to find appropriate TeX documentation for the specified NAME(s). -With no NAME, print information about texdoc (\fB\-\-help\fR, \fB\-\-version\fR, \fB\-\-files\fR). +Alternatively, perform the given ACTION and exit. +.SS "Actions:" .TP \fB\-h\fR, \fB\-\-help\fR Print this help message. @@ -18,6 +22,10 @@ Print the version number. \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 @@ -46,16 +54,27 @@ Suppress warnings and most error messages. Print additional information (eg, viewer command). .TP \fB\-d\fR, \fB\-\-debug\fR[=\fIlist\fR] -Print debug info for selected items (default: all). +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. -.SS "Homepage:" -.IP -http://tug.org/texdoc/ -.SS "Manual:" +.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 -displayed by `texdoc texdoc'. +.B texdoc texdoc +.PP +should give you access to the complete manual. |