diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
commit | 1ef5fe44d364187e492b6a152c0176186161b44f (patch) | |
tree | bc9e037fdf2ed91d8f914cfe43bade2553a869c2 /usr.bin/comm | |
parent | 0b5862156580ae2abf520982aca1e1085730d500 (diff) | |
download | FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.zip FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.tar.gz |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Diffstat (limited to 'usr.bin/comm')
-rw-r--r-- | usr.bin/comm/comm.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 2ae5269..e5fc940 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -61,7 +61,7 @@ The filename ``-'' means the standard input. The following options are available: .Bl -tag -width indent .It Fl 1 -Suppress printing of column 1, lines only in +Suppress printing of column 1, lines only in .Ar file1 . .It Fl 2 Suppress printing of column 2, lines only in |