svn commit: r224946 - stable/8/usr.bin/rs

Jaakko Heinonen jh at FreeBSD.org
Wed Aug 17 15:24:25 UTC 2011


Author: jh
Date: Wed Aug 17 15:24:25 2011
New Revision: 224946
URL: http://svn.freebsd.org/changeset/base/224946

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

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

Modified: stable/8/usr.bin/rs/rs.1
==============================================================================
--- stable/8/usr.bin/rs/rs.1	Wed Aug 17 15:22:58 2011	(r224945)
+++ stable/8/usr.bin/rs/rs.1	Wed Aug 17 15:24:25 2011	(r224946)
@@ -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


More information about the svn-src-all mailing list