aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2005-01-25 22:32:48 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2005-01-25 22:32:48 +0000
commitd99e92769c41648ceebfb6bd7e4b797325cbfe9d (patch)
treed64889cc73011f91b20021cf26ed86464a9d5575 /usr.bin/comm
parenta7a223c3421f6872ef2f7754881388784341c35a (diff)
Notes
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.16
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index ecc75722f2d24..2402ab5a1ceb4 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 July 3, 2004
+.Dd January 26, 2005
.Os
.Dt COMM 1
.Sh NAME
@@ -118,3 +118,7 @@ A
.Nm
command appeared in
.At v4 .
+.Sh BUGS
+Input lines are limited to
+.Dv LINE_MAX
+(2048) characters in length.