diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2005-01-25 22:32:48 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2005-01-25 22:32:48 +0000 |
commit | d99e92769c41648ceebfb6bd7e4b797325cbfe9d (patch) | |
tree | d64889cc73011f91b20021cf26ed86464a9d5575 /usr.bin/checknr/checknr.1 | |
parent | a7a223c3421f6872ef2f7754881388784341c35a (diff) |
Document input line length limit.
Notes
Notes:
svn path=/head/; revision=140835
Diffstat (limited to 'usr.bin/checknr/checknr.1')
-rw-r--r-- | usr.bin/checknr/checknr.1 | 6 |
1 files changed, 5 insertions, 1 deletions
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. |