diff options
author | Jaakko Heinonen <jh@FreeBSD.org> | 2009-12-12 18:04:50 +0000 |
---|---|---|
committer | Jaakko Heinonen <jh@FreeBSD.org> | 2009-12-12 18:04:50 +0000 |
commit | 28c3507d53a66045b9a961be7c47a41e27c60308 (patch) | |
tree | 775b1ad39c32b15e3508901d0a1a52cbfbfedb58 /usr.bin/comm/comm.1 | |
parent | cb174b37be372855c7504957d0228f840f9e6646 (diff) | |
download | src-28c3507d53a66045b9a961be7c47a41e27c60308.tar.gz src-28c3507d53a66045b9a961be7c47a41e27c60308.zip |
Notes
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r-- | usr.bin/comm/comm.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 2402ab5a1ceb..02b508cf6264 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -35,7 +35,7 @@ .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd January 26, 2005 +.Dd December 12, 2009 .Os .Dt COMM 1 .Sh NAME @@ -118,7 +118,3 @@ A .Nm command appeared in .At v4 . -.Sh BUGS -Input lines are limited to -.Dv LINE_MAX -(2048) characters in length. |