diff options
author | ru <ru@FreeBSD.org> | 2004-07-07 19:57:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-07 19:57:16 +0000 |
commit | 9f45c1d92e08ca0df8a3120536812394d23d746a (patch) | |
tree | 5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /usr.bin/cut | |
parent | a61052b4e84c4a944ab87da5111af6a18d5a0c6e (diff) | |
download | FreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.zip FreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.tar.gz |
mdoc(7) fixes.
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index c595e17..2138d76 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -58,7 +58,7 @@ The .Nm utility selects portions of each line (as specified by -.Ar list ) +.Ar list ) from each .Ar file and writes them to the standard output. |