diff options
author | ru <ru@FreeBSD.org> | 2003-06-07 20:18:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-06-07 20:18:23 +0000 |
commit | 532ed44af5e35b05a03a771db703489efb729c7a (patch) | |
tree | 58ef669ce7f4cb343dcbc21193c2d93ef61bee5b /contrib/groff/tmac | |
parent | dc33afe1869d993d9de1349676cba43e090d4c2d (diff) | |
download | FreeBSD-src-532ed44af5e35b05a03a771db703489efb729c7a.zip FreeBSD-src-532ed44af5e35b05a03a771db703489efb729c7a.tar.gz |
2003-05-03 Ruslan Ermilov <ru@FreeBSD.org>
* tmac/groff_mdoc.man: Slight improvements.
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index e39df7a..be6c0cf 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -3925,14 +3925,15 @@ displayed with a device like .Sq latin1 or -.Sq unicode +.Sq unicode , to make the manual more efficient for viewing on-line. This behaviour can be changed (e.g.\& to create a hardcopy of the .Tn TTY output) by setting the register .Ql cR to zero while calling -.Xr groff : +.Xr groff 1 , +resulting in multiple pages instead of a single, very long page: .Pp .Dl groff -Tlatin1 -rcR=0 -mdoc foo.man > foo.txt .Pp |