| Summary: | [patch] uniq(1) should mention max line length | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | jschauma | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
jschauma
2007-01-05 18:40:21 UTC
keramida 2007-01-15 23:25:51 UTC
FreeBSD src repository (doc committer)
Modified files:
usr.bin/uniq uniq.1
Log:
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
Revision Changes Path
1.20 +4 -0 src/usr.bin/uniq/uniq.1
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Nice catch. I've committed a slightly shorter version of the text, inspired from nl(1) and other utilities. Responsible Changed From-To: freebsd-doc->keramida I'll handle the MFC for this. State Changed From-To: patched->closed MFCed to RELENG_6 |