diff options
author | 2000-03-02 04:17:50 +0000 | |
---|---|---|
committer | 2000-03-02 04:17:50 +0000 | |
commit | a3e3127b8bfe7bea04b9c2c59a33d80ec51f2a43 (patch) | |
tree | 0ee31b6fcbb50058545628f326a5087f61fad91c | |
parent | Shorten capability descriptions so they don't wrap to the next line. Looks a (diff) | |
download | wireguard-openbsd-a3e3127b8bfe7bea04b9c2c59a33d80ec51f2a43.tar.xz wireguard-openbsd-a3e3127b8bfe7bea04b9c2c59a33d80ec51f2a43.zip |
An option description does not need to contain "The -foo option...".
-rw-r--r-- | bin/cat/cat.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index dfe9cb082da..89d402195dc 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.16 2000/01/12 02:47:07 ericj Exp $ +.\" $OpenBSD: cat.1,v 1.17 2000/03/02 04:17:50 aaron Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -99,9 +99,7 @@ option and also prints tab characters as Squeeze multiple adjacent empty lines, causing the output to be single spaced. .It Fl u -The -.Fl u -option guarantees that the output is unbuffered (see +The output is guaranteed to be unbuffered (see .Xr setbuf 3 ) . .El .Pp |