Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2011 14:30:45 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r226108 - stable/7/usr.bin/rs
Message-ID:  <201110071430.p97EUj7l014944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Fri Oct  7 14:30:45 2011
New Revision: 226108
URL: http://svn.freebsd.org/changeset/base/226108

Log:
  MFC r219038: Document the input line length limit.

Modified:
  stable/7/usr.bin/rs/rs.1
Directory Properties:
  stable/7/usr.bin/rs/   (props changed)

Modified: stable/7/usr.bin/rs/rs.1
==============================================================================
--- stable/7/usr.bin/rs/rs.1	Fri Oct  7 14:29:15 2011	(r226107)
+++ stable/7/usr.bin/rs/rs.1	Fri Oct  7 14:30:45 2011	(r226108)
@@ -32,7 +32,7 @@
 .\"	@(#)rs.1	8.2 (Berkeley) 12/30/93
 .\" $FreeBSD$
 .\"
-.Dd July 30, 2004
+.Dd February 25, 2011
 .Dt RS 1
 .Os
 .Sh NAME
@@ -241,4 +241,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110071430.p97EUj7l014944>