diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/deroff/deroff.1 | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/deroff/deroff.1')
-rw-r--r-- | usr.bin/deroff/deroff.1 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/deroff/deroff.1 b/usr.bin/deroff/deroff.1 index 24cf62e6efe..22fa83118c3 100644 --- a/usr.bin/deroff/deroff.1 +++ b/usr.bin/deroff/deroff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: deroff.1,v 1.4 2003/06/03 02:56:07 millert Exp $ +.\" $OpenBSD: deroff.1,v 1.5 2003/06/10 09:12:10 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -111,23 +111,23 @@ The option takes the following arguments: .Bl -tag -width Ds .It a -recognize +recognize .Xr man 7 macros. .It e -recognize +recognize .Xr me 7 macros. .It m -recognize +recognize .Xr me 7 macros. .It s -recognize +recognize .Xr me 7 macros. .It l -recognize +recognize .Xr mm 7 macros and delete .Xr mm 7 @@ -148,12 +148,13 @@ Normally, the output follows the original, with the deletions mentioned above. .Sh SEE ALSO .Xr eqn 1 , .Xr nroff 1 , -.Xr troff 1 , .Xr pic 1 , -.Xr tbl 1 +.Xr tbl 1 , +.Xr troff 1 .Sh HISTORY .Nm -appeared in Version 7 AT&T Unix. +appeared in +.At v7 . .Sh BUGS .Nm is not a complete |