From owner-cvs-src@FreeBSD.ORG Sun May 13 11:50:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1226216A404; Sun, 13 May 2007 11:50:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DFB5E13C447; Sun, 13 May 2007 11:50:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4DBogXd032431; Sun, 13 May 2007 11:50:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4DBogaL032411; Sun, 13 May 2007 11:50:42 GMT (envelope-from pav) Message-Id: <200705131150.l4DBogaL032411@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 13 May 2007 11:50:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/uniq uniq.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2007 11:50:43 -0000 pav 2007-05-13 11:50:32 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) usr.bin/uniq uniq.1 Log: MFC: v1.20 Document that uniq(1) limits input line length to LINE_MAX characters. Revision Changes Path 1.19.2.1 +4 -0 src/usr.bin/uniq/uniq.1