svn commit: r203542 - stable/8/usr.bin/comm
Jaakko Heinonen
jh at FreeBSD.org
Sat Feb 6 11:39:34 UTC 2010
Author: jh
Date: Sat Feb 6 11:39:33 2010
New Revision: 203542
URL: http://svn.freebsd.org/changeset/base/203542
Log:
MFC r200441:
The input line length limit mentioned on the manual page was removed by
r179374.
Modified:
stable/8/usr.bin/comm/comm.1
Directory Properties:
stable/8/usr.bin/comm/ (props changed)
Modified: stable/8/usr.bin/comm/comm.1
==============================================================================
--- stable/8/usr.bin/comm/comm.1 Sat Feb 6 11:29:06 2010 (r203541)
+++ stable/8/usr.bin/comm/comm.1 Sat Feb 6 11:39:33 2010 (r203542)
@@ -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.
More information about the svn-src-stable-8
mailing list