From 804c6f0470cb245918cf890197ff3ce669c083e3 Mon Sep 17 00:00:00 2001 From: jh Date: Wed, 17 Aug 2011 15:24:25 +0000 Subject: [PATCH] MFC r219038: Document the input line length limit. git-svn-id: svn://svn.freebsd.org/base/stable/8@224946 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/rs/rs.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 4aa338202..93c6e0b8f 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -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 possible. 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 -- 2.45.0