aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2007-01-15 23:25:51 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2007-01-15 23:25:51 +0000
commit1833a7eaee964b931d8aabe74606eed6a88c2ec4 (patch)
tree526d40bfcb9f98d49aaf0d7fbf7bf5cbddf4cd98
parentc43ab0b9dab41292be2ba245d8d16d043a0801e8 (diff)
downloadsrc-1833a7eaee964b931d8aabe74606eed6a88c2ec4.tar.gz
src-1833a7eaee964b931d8aabe74606eed6a88c2ec4.zip
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
Notes
Notes: svn path=/head/; revision=166035
-rw-r--r--usr.bin/uniq/uniq.14
1 files changed, 4 insertions, 0 deletions
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.