From d99e92769c41648ceebfb6bd7e4b797325cbfe9d Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Tue, 25 Jan 2005 22:32:48 +0000 Subject: Document input line length limit. --- usr.bin/checknr/checknr.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin/checknr/checknr.1') diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 84048f232b14..713c88cd26ee 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -32,7 +32,7 @@ .\" @(#)checknr.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd January 26, 2005 .Dt CHECKNR 1 .Os .Sh NAME @@ -161,3 +161,7 @@ There is no way to define a 1 character macro name using .Pp Does not correctly recognize certain reasonable constructs, such as conditionals. +.Pp +Input lines are limited to +.Dv LINE_MAX +(2048) bytes in length. -- cgit v1.2.3