aboutsummaryrefslogtreecommitdiffstats
path: root/man7/ascii.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/ascii.7')
-rw-r--r--man7/ascii.724
1 files changed, 12 insertions, 12 deletions
diff --git a/man7/ascii.7 b/man7/ascii.7
index c9d82450a2..634e368425 100644
--- a/man7/ascii.7
+++ b/man7/ascii.7
@@ -43,7 +43,7 @@ The international counterpart of ASCII is known as ISO 646.
.LP
The following table contains the 128 ASCII characters.
.LP
-C program \f(CW\(aq\eX\(aq\fP escapes are noted.
+C program \f(CW\(aq\\X\(aq\fP escapes are noted.
.if t \{\
.ft CW
\}
@@ -51,20 +51,20 @@ C program \f(CW\(aq\eX\(aq\fP escapes are noted.
l l l l l l l l.
Oct Dec Hex Char Oct Dec Hex Char
_
-000 0 00 NUL \(aq\e0\(aq 100 64 40 @
+000 0 00 NUL \(aq\\0\(aq 100 64 40 @
001 1 01 SOH (start of heading) 101 65 41 A
002 2 02 STX (start of text) 102 66 42 B
003 3 03 ETX (end of text) 103 67 43 C
004 4 04 EOT (end of transmission) 104 68 44 D
005 5 05 ENQ (enquiry) 105 69 45 E
006 6 06 ACK (acknowledge) 106 70 46 F
-007 7 07 BEL \(aq\ea\(aq (bell) 107 71 47 G
-010 8 08 BS \(aq\eb\(aq (backspace) 110 72 48 H
-011 9 09 HT \(aq\et\(aq (horizontal tab) 111 73 49 I
-012 10 0A LF \(aq\en\(aq (new line) 112 74 4A J
-013 11 0B VT \(aq\ev\(aq (vertical tab) 113 75 4B K
-014 12 0C FF \(aq\ef\(aq (form feed) 114 76 4C L
-015 13 0D CR \(aq\er\(aq (carriage ret) 115 77 4D M
+007 7 07 BEL \(aq\\a\(aq (bell) 107 71 47 G
+010 8 08 BS \(aq\\b\(aq (backspace) 110 72 48 H
+011 9 09 HT \(aq\\t\(aq (horizontal tab) 111 73 49 I
+012 10 0A LF \(aq\\n\(aq (new line) 112 74 4A J
+013 11 0B VT \(aq\\v\(aq (vertical tab) 113 75 4B K
+014 12 0C FF \(aq\\f\(aq (form feed) 114 76 4C L
+015 13 0D CR \(aq\\r\(aq (carriage ret) 115 77 4D M
016 14 0E SO (shift out) 116 78 4E N
017 15 0F SI (shift in) 117 79 4F O
020 16 10 DLE (data link escape) 120 80 50 P
@@ -79,7 +79,7 @@ _
031 25 19 EM (end of medium) 131 89 59 Y
032 26 1A SUB (substitute) 132 90 5A Z
033 27 1B ESC (escape) 133 91 5B [
-034 28 1C FS (file separator) 134 92 5C \e \(aq\e\e\(aq
+034 28 1C FS (file separator) 134 92 5C \\ \(aq\\\\\(aq
035 29 1D GS (group separator) 135 93 5D ]
036 30 1E RS (record separator) 136 94 5E ^
037 31 1F US (unit separator) 137 95 5F \&_
@@ -132,7 +132,7 @@ For convenience, let us give more compact tables in hex and decimal.
------------- ---------------------------------
0: 0 @ P \` p 0: ( 2 < F P Z d n x
1: ! 1 A Q a q 1: ) 3 = G Q [ e o y
-2: " 2 B R b r 2: * 4 > H R \e f p z
+2: " 2 B R b r 2: * 4 > H R \\ f p z
3: # 3 C S c s 3: ! + 5 ? I S ] g q {
4: $ 4 D T d t 4: " , 6 @ J T ^ h r |
5: % 5 E U e u 5: # \- 7 A K U _ i s }
@@ -142,7 +142,7 @@ For convenience, let us give more compact tables in hex and decimal.
9: ) 9 I Y i y 9: \' 1 ; E O Y c m w
A: * : J Z j z
B: + ; K [ k {
-C: , < L \e l |
+C: , < L \\ l |
D: \- = M ] m }
E: . > N ^ n ~
F: / ? O _ o DEL