From c23211e97e6190d77be0174403256838f93e4149 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 25 Feb 2011 19:10:19 +0000 Subject: [PATCH] Document the input line length limit. Submitted by: Dominic Fandrey (original version) --- 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 4c7187307e23..6ff184239299 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -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 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