Date: Sat, 6 Feb 2010 11:42:23 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r203543 - stable/8/usr.bin/uniq Message-ID: <201002061142.o16BgN8l013664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jh Date: Sat Feb 6 11:42:23 2010 New Revision: 203543 URL: http://svn.freebsd.org/changeset/base/203543 Log: MFC r200632: The input line length limit mentioned on the manual page was removed by r176119. Modified: stable/8/usr.bin/uniq/uniq.1 Directory Properties: stable/8/usr.bin/uniq/ (props changed) Modified: stable/8/usr.bin/uniq/uniq.1 ============================================================================== --- stable/8/usr.bin/uniq/uniq.1 Sat Feb 6 11:39:33 2010 (r203542) +++ stable/8/usr.bin/uniq/uniq.1 Sat Feb 6 11:42:23 2010 (r203543) @@ -35,7 +35,7 @@ .\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd July 3, 2004 +.Dd December 17, 2009 .Dt UNIQ 1 .Os .Sh NAME @@ -153,7 +153,3 @@ A .Nm command appeared in .At v3 . -.Sh BUGS -Input lines are limited to -.Dv LINE_MAX -(2048) bytes in length.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002061142.o16BgN8l013664>