diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:38:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:38:57 +0000 |
commit | f5b6b735a731901f09d7f3cc153c1d869269ee83 (patch) | |
tree | 565a1b0f3c6a4094a5f2198879fb239053549f1e /man/man1 | |
parent | Adding upstream version 2.12.0. (diff) | |
download | man-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.tar.xz man-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.zip |
Adding upstream version 2.12.1.upstream/2.12.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/man.man1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/man/man1/man.man1 b/man/man1/man.man1 index 38251f4..233ad36 100644 --- a/man/man1/man.man1 +++ b/man/man1/man.man1 @@ -995,9 +995,15 @@ This option is used to change output to be suitable for a device other than the default. It implies .BR \-t . -Examples (provided with Groff-1.17) include -.BR dvi ", " latin1 ", " ps ", " utf8 , -.BR X75 " and " X100 . +Examples (as of groff 1.23.0) include +.BR dvi , +.BR latin1 , +.BR pdf , +.BR ps , +.BR utf8 , +.BR X75 +and +.BR X100 . .TP \fB\-H\fP[\fIbrowser\/\fP], \fB\-\-html\fP[=\fIbrowser\/\fP] This option will cause @@ -1096,6 +1102,11 @@ or it adds the contents of .RB $ MANROFFOPT to the formatter's command line. + +For example, +.B MANROFFOPT=-P-i +tells the formatter to use italic text (which is only supported by some +terminals) rather than underlined text. .TP .if !'po4a'hide' .B MANROFFSEQ If |