diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-24 01:59:40 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-24 01:59:40 +0000 |
| commit | 140e3c10dca7144e3b6c396455c28e02d0552554 (patch) | |
| tree | bd7c43fc42cb067a176c6a47ed89f7f4fd6f7b00 /gnu/usr.bin | |
| parent | 3500d47121c882832373385dd820dc71bae03ef6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 839c578834f9..9f808bf4148f 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 |
