From owner-svn-src-all@FreeBSD.ORG Sat Feb 6 11:42:23 2010 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 EA6F5106566C; Sat, 6 Feb 2010 11:42:23 +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 D88388FC08; Sat, 6 Feb 2010 11:42:23 +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 o16BgNLR013666; Sat, 6 Feb 2010 11:42:23 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o16BgN8l013664; Sat, 6 Feb 2010 11:42:23 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201002061142.o16BgN8l013664@svn.freebsd.org> From: Jaakko Heinonen Date: Sat, 6 Feb 2010 11:42:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203543 - stable/8/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: Sat, 06 Feb 2010 11:42:24 -0000 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.