diff options
author | ru <ru@FreeBSD.org> | 2002-05-30 06:07:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-30 06:07:29 +0000 |
commit | 7cc3531206bcab5e1d47cb5c00ca09554cc0fdb3 (patch) | |
tree | 4d0da265aad104a5597afe769e9577d918638f96 | |
parent | d654861f5c4667c724506843e879295f039dbad9 (diff) | |
download | FreeBSD-src-7cc3531206bcab5e1d47cb5c00ca09554cc0fdb3.zip FreeBSD-src-7cc3531206bcab5e1d47cb5c00ca09554cc0fdb3.tar.gz |
mdoc(7) police: use .Fl to denote stdin.
-rw-r--r-- | usr.bin/split/split.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 53c95d1..a12665b 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -54,7 +54,7 @@ and breaks it up into files of 1000 lines each. If .Ar file is a single dash -.Pq Ql \&- +.Pq Sq Fl or absent, .Nm reads from the standard input. |