diff options
author | tjr <tjr@FreeBSD.org> | 2005-01-25 22:32:48 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2005-01-25 22:32:48 +0000 |
commit | dc2c21960c34884ffa3ca425563b17e5b4af250b (patch) | |
tree | d64889cc73011f91b20021cf26ed86464a9d5575 /usr.bin/nl/nl.1 | |
parent | c2a1f961863daa03c27803211732ae64d5499a2d (diff) | |
download | FreeBSD-src-dc2c21960c34884ffa3ca425563b17e5b4af250b.zip FreeBSD-src-dc2c21960c34884ffa3ca425563b17e5b4af250b.tar.gz |
Document input line length limit.
Diffstat (limited to 'usr.bin/nl/nl.1')
-rw-r--r-- | usr.bin/nl/nl.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index f3d9c03..610ec93 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 13, 2004 +.Dd January 26, 2005 .Dt NL 1 .Os .Sh NAME @@ -247,3 +247,7 @@ The .Nm utility first appeared in .At V.2 . +.Sh BUGS +Input lines are limited to +.Dv LINE_MAX +(2048) bytes in length. |