=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/deroff/deroff.1,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/deroff/deroff.1 2007/05/31 19:20:09 1.8 --- src/usr.bin/deroff/deroff.1 2010/10/28 20:45:19 1.9 *************** *** 1,4 **** ! .\" $OpenBSD: deroff.1,v 1.8 2007/05/31 19:20:09 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: deroff.1,v 1.9 2010/10/28 20:45:19 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 61,67 **** .\" .\" @(#)deroff.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: May 31 2007 $ .Dt DEROFF 1 .Os .Sh NAME --- 61,67 ---- .\" .\" @(#)deroff.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: October 28 2010 $ .Dt DEROFF 1 .Os .Sh NAME *************** *** 77,95 **** .Op Ar .Sh DESCRIPTION .Nm deroff ! reads each file in sequence and removes all ! .Xr nroff 1 ! and ! .Xr troff 1 command lines, backslash constructions, macro definitions, ! .Xr eqn 1 ! constructs (between .Dq .EQ and .Dq .EN lines or between delimiters), ! .Xr pic 1 ! pictures, and table descriptions and writes the remainder to the standard output. .Nm follows chains of included files --- 77,90 ---- .Op Ar .Sh DESCRIPTION .Nm deroff ! reads each file in sequence and removes all roff command lines, backslash constructions, macro definitions, ! eqn constructs (between .Dq .EQ and .Dq .EN lines or between delimiters), ! pic pictures, and table descriptions and writes the remainder to the standard output. .Nm follows chains of included files *************** *** 133,151 **** .Xr man 7 macros. .It e ! recognize ! .Xr me 7 ! macros. .It l remove list constructs. .It m ! recognize ! .Xr mm 7 ! macros. .It s ! recognize ! .Xr ms 7 ! macros. .El .It Fl p Preserve paragraph macros. --- 128,140 ---- .Xr man 7 macros. .It e ! recognize me macros. .It l remove list constructs. .It m ! recognize mm macros. .It s ! recognize ms macros. .El .It Fl p Preserve paragraph macros. *************** *** 160,179 **** Normally, the output follows the original, with the deletions mentioned above. .El .Sh SEE ALSO ! .Xr eqn 1 , ! .Xr nroff 1 , ! .Xr pic 1 , ! .Xr tbl 1 , ! .Xr troff 1 .Sh HISTORY .Nm appeared in .At v7 . .Sh BUGS .Nm ! is not a complete ! .Xr troff 1 ! interpreter, so it can be confused by subtle constructs. Most errors result in too much rather than too little output. .Pp The --- 149,163 ---- Normally, the output follows the original, with the deletions mentioned above. .El .Sh SEE ALSO ! .Xr man 7 .Sh HISTORY .Nm appeared in .At v7 . .Sh BUGS .Nm ! is not a complete troff interpreter, ! so it can be confused by subtle constructs. Most errors result in too much rather than too little output. .Pp The