From owner-svn-src-all@FreeBSD.ORG Thu Dec 17 16:59:19 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE217106566C; Thu, 17 Dec 2009 16:59:19 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD7588FC2A; Thu, 17 Dec 2009 16:59:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBHGxJRP041577; Thu, 17 Dec 2009 16:59:19 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBHGxJQC041576; Thu, 17 Dec 2009 16:59:19 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <200912171659.nBHGxJQC041576@svn.freebsd.org> From: Jaakko Heinonen Date: Thu, 17 Dec 2009 16:59:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200632 - head/usr.bin/uniq X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 16:59:20 -0000 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.