| Summary: | [patch] tr(1) manpage omits several character classes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Toby Peterson <toby> | ||||
| Component: | Books & Articles | Assignee: | ru <ru> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Toby Peterson
2005-08-18 00:20:14 UTC
State Changed From-To: open->closed Applied to HEAD, will MFC shortly. Thanks! Responsible Changed From-To: freebsd-doc->ru ru 2006-10-13 16:13:46 UTC
FreeBSD src repository
Modified files:
usr.bin/tr tr.1
Log:
- Document all character classes our tr(1) supports. [1]
- Mention that some of them are POSIX extensions. [2]
PR: docs/85062 [1]
Submitted by: Toby Peterson [1]
Obtained from: wctype(3) [2]
MFC after: 3 days
Revision Changes Path
1.34 +14 -2 src/usr.bin/tr/tr.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"
ru 2006-10-16 12:29:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/tr tr.1
Log:
MFC: 1.34: Document all character classes our tr(1) implementation
supports, mention that some of them are extensions to POSIX.
PR: docs/85062
Approved by: re (hrs)
Revision Changes Path
1.33.2.1 +14 -2 src/usr.bin/tr/tr.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"
|