aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2009-12-12 18:04:50 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2009-12-12 18:04:50 +0000
commit28c3507d53a66045b9a961be7c47a41e27c60308 (patch)
tree775b1ad39c32b15e3508901d0a1a52cbfbfedb58 /usr.bin/comm
parentcb174b37be372855c7504957d0228f840f9e6646 (diff)
downloadsrc-28c3507d53a66045b9a961be7c47a41e27c60308.tar.gz
src-28c3507d53a66045b9a961be7c47a41e27c60308.zip
The input line length limit mentioned on the manual page was removed by
r179374. Approved by: trasz (mentor)
Notes
Notes: svn path=/head/; revision=200441
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.16
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.