diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 22:27:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-04 22:27:55 +0000 |
commit | 53b89be19651f8c622d0ed598123fa411cd34613 (patch) | |
tree | 691afd6c9eac47a3ba2313b650642c0f6a61eb8f /usr.bin/checknr/checknr.1 | |
parent | 72cc039d1a6007516dcc3e11dea6ed760e463b4c (diff) |
Remove limitation on input lines by using getline(3)
Notes
Notes:
svn path=/head/; revision=282439
Diffstat (limited to 'usr.bin/checknr/checknr.1')
-rw-r--r-- | usr.bin/checknr/checknr.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 8888fddc5583..a89706eb10cd 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -28,7 +28,7 @@ .\" @(#)checknr.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd January 26, 2005 +.Dd May 5, 2015 .Dt CHECKNR 1 .Os .Sh NAME @@ -157,7 +157,3 @@ 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. |