svn commit: r200632 - head/usr.bin/uniq

[ Available lists | Index of svn-src-head | Month of Dec 2009 | Week of 17 Dec 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jaakko Heinonen <jh@FreeBSD.org>
Date
17 Dec 2009 16:59:19
Subject
svn commit: r200632 - head/usr.bin/uniq
Message-ID
200912171659.nBHGxJQC041576@svn.freebsd.org


[ Hide this part ]
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.


Elapsed time: 0.115 seconds