diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 10:07:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-06 10:07:43 +0000 |
| commit | 9597e1c2607a27a75eadda656f96d9ab38aac153 (patch) | |
| tree | dc1f595d67ca362adbc0bb1646d1c88bf8b19dec | |
| parent | 23325424a7a529d1220efd09e03e89619471527a (diff) | |
Notes
| -rw-r--r-- | usr.bin/tr/tr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 488ef73a378b..b3c30f412195 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -144,7 +144,7 @@ the octal sequence to the full 3 octal digits. A backslash followed by certain special characters maps to special values. .Pp -.Bl -column +.Bl -column "\ea" .It "\ea <alert character> .It "\eb <backspace> .It "\ef <form-feed> @@ -161,7 +161,7 @@ Represents the range of characters between the range endpoints, inclusively. Represents all characters belonging to the defined character class. Class names are: .Pp -.Bl -column +.Bl -column "xdigit" .It "alnum <alphanumeric characters> .It "alpha <alphabetic characters> .It "cntrl <control characters> |
