From owner-svn-src-all@FreeBSD.ORG Fri Feb 25 19:10:19 2011 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 AA2BC1065679; Fri, 25 Feb 2011 19:10: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 9A5A98FC16; Fri, 25 Feb 2011 19:10: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 p1PJAJjU005320; Fri, 25 Feb 2011 19:10:19 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1PJAJK8005318; Fri, 25 Feb 2011 19:10:19 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201102251910.p1PJAJK8005318@svn.freebsd.org> From: Jaakko Heinonen Date: Fri, 25 Feb 2011 19:10: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: r219038 - head/usr.bin/rs 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: Fri, 25 Feb 2011 19:10:19 -0000 Author: jh Date: Fri Feb 25 19:10:19 2011 New Revision: 219038 URL: http://svn.freebsd.org/changeset/base/219038 Log: Document the input line length limit. Submitted by: Dominic Fandrey (original version) Modified: head/usr.bin/rs/rs.1 Modified: head/usr.bin/rs/rs.1 ============================================================================== --- head/usr.bin/rs/rs.1 Fri Feb 25 18:29:57 2011 (r219037) +++ head/usr.bin/rs/rs.1 Fri Feb 25 19:10:19 2011 (r219038) @@ -28,7 +28,7 @@ .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd July 30, 2004 +.Dd February 25, 2011 .Dt RS 1 .Os .Sh NAME @@ -237,4 +237,9 @@ Re-ordering of columns is not yet possib There are too many options. .It Multibyte characters are not recognized. +.It +Lines longer than +.Dv LINE_MAX +(2048) bytes are not processed and result in immediate termination of +.Nm . .El