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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to