From 2150a0ee6dc3f89f4e9002da695ed15b59d5f948 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 13 May 2007 11:50:32 +0000 Subject: [PATCH] MFC: v1.20 Document that uniq(1) limits input line length to LINE_MAX characters. --- usr.bin/uniq/uniq.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 79be0a40a5dd..a12ad3a6ef1f 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -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.