diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 22:01:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 22:01:15 +0000 |
commit | f002804559c69ed5a1d1fb90b302dba0770f8ce3 (patch) | |
tree | c7e6412a67dd9fb881419ca501bc27c0a6a52e4f /usr.bin/deroff | |
parent | ccd52c126e1d408c6f47c2baf18e7d59778cbc13 (diff) |
All the -m options were not being displayed, use .Oo and .Oc to
avoid number of arguments limit. Also, file is optional; Brian Poole
Diffstat (limited to 'usr.bin/deroff')
-rw-r--r-- | usr.bin/deroff/deroff.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/deroff/deroff.1 b/usr.bin/deroff/deroff.1 index b1a76ea8a8c..8aa46300b56 100644 --- a/usr.bin/deroff/deroff.1 +++ b/usr.bin/deroff/deroff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: deroff.1,v 1.2 2002/02/28 18:29:16 millert Exp $ +.\" $OpenBSD: deroff.1,v 1.3 2002/02/28 22:01:14 millert Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,8 +74,11 @@ .Sh SYNOPSIS .Nm deroff .Op Fl ikpw -.Op Fl m Ar m | s | e | a | l -.Ar file \&... +.Oo +.Fl m +.Ar m | s | e | a | l +.Oc +.Op Ar .Sh DESCRIPTION .Nm deroff reads each file in sequence and removes all |