diff options
-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 488ef73..b3c30f4 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> |