From 1833a7eaee964b931d8aabe74606eed6a88c2ec4 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Mon, 15 Jan 2007 23:25:51 +0000 Subject: [PATCH] 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 --- 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.