diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-06-26 01:45:18 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-06-26 01:45:18 +0000 |
commit | 0b66d8296767d7f8acb7ad9b5bd3a03bba23f949 (patch) | |
tree | 782a58b9f7d96fca1d19c1c06c073171e62e9929 /usr.bin/fold/fold.1 | |
parent | 39768fcdbaff5cafff222590d7f1698d2ec44923 (diff) |
file is optional; Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.bin/fold/fold.1')
-rw-r--r-- | usr.bin/fold/fold.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 438562837e1..fbfe9b34819 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fold.1,v 1.6 2000/11/09 17:52:10 aaron Exp $ +.\" $OpenBSD: fold.1,v 1.7 2001/06/26 01:45:17 pjanzen Exp $ .\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -44,7 +44,7 @@ .Nm fold .Op Fl bs .Op Fl w Ar width -.Ar file Op Ar ... +.Op Ar file ... .Sh DESCRIPTION .Nm is a filter which folds the contents of the specified files, |