diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-09 11:29:51 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-09 11:29:51 +0000 |
| commit | c2dd33d88b34fbd324dfc8f87d3cf64f388a135f (patch) | |
| tree | 98a902d6c2c0e5acf671507e1f4de1c9ce444eb4 /gnu | |
| parent | a20e25385cdae216f6b28038b295fa15b454dcec (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/man/man.man | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index 839c578834f99..9f808bf4148fd 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -184,10 +184,16 @@ This option overrides the environment variable. .It Fl t Use -.Nm %troff% +.Dq Li "%troff%" to format the manual page, passing the output to stdout. -The output from -.Nm %troff% +The default output format of +.Xr groff 1 +is Postscript, but see the manual page of +.Xr groff 1 +for ways to pick an alternate format. +.Pp +Depending on the selected format and the availability of printing +devices, the output may need to be passed through some filter or another before being printed. .It Fl w |
