Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2009 16:59:19 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200632 - head/usr.bin/uniq
Message-ID:  <200912171659.nBHGxJQC041576@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Thu Dec 17 16:59:19 2009
New Revision: 200632
URL: http://svn.freebsd.org/changeset/base/200632

Log:
  The input line length limit mentioned on the manual page was removed by
  r176119.
  
  Approved by:	trasz (mentor)

Modified:
  head/usr.bin/uniq/uniq.1

Modified: head/usr.bin/uniq/uniq.1
==============================================================================
--- head/usr.bin/uniq/uniq.1	Thu Dec 17 13:14:11 2009	(r200631)
+++ head/usr.bin/uniq/uniq.1	Thu Dec 17 16:59:19 2009	(r200632)
@@ -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?200912171659.nBHGxJQC041576>