Document that uniq(1) limits input line length to LINE_MAX characters.

PR:		docs/107578
Submitted by:	Jan Schaumann, jschauma.at.netmeister.org
MFC after:	3 days
This commit is contained in:
Giorgos Keramidas 2007-01-15 23:25:51 +00:00
parent c43ab0b9da
commit 1833a7eaee

View file

@ -153,3 +153,7 @@ A
.Nm
command appeared in
.At v3 .
.Sh BUGS
Input lines are limited to
.Dv LINE_MAX
(2048) bytes in length.