diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-14 10:01:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-14 10:01:54 +0000 |
| commit | 753d686d34e90c2a4fe6afa14bd5f19d94f17699 (patch) | |
| tree | 7afa9a221c2e61ee3e2cf3f8bc7417845980ab79 /usr.bin/tr | |
| parent | e423aa38ba8e14f7be454efa093d6a9a931cc4c4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tr')
| -rw-r--r-- | usr.bin/tr/tr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 9adc13299f3b..f46a95c6f224 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -249,7 +249,9 @@ Strip out non-printable characters from file1. .D1 Li "tr -cd \*q[:print:]\*q < file1" .Sh COMPATIBILITY System V has historically implemented character ranges using the syntax -``[c-c]'' instead of the ``c-c'' used by historic BSD implementations and +``[c-c]'' instead of the ``c-c'' used by historic +.Bx +implementations and standardized by POSIX. System V shell scripts should work under this implementation as long as the range is intended to map in another range, i.e. the command |
