some fixes

This commit is contained in:
ceriel
1987-09-29 16:07:10 +00:00
parent 1d6e0cecb2
commit 539de05556
2 changed files with 4 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ E.g., the row of 2 bytes
.RE
is turned into the string consisting of the following characters
.RS
\&'\e\e' '0' '0' '0' '\e\e' 'n' '\e0'
\&'\e' '0' '0' '0' '\e' 'n' '\e0'
.RE
The latter string could be represented in C as "\e\e000\e\en".
.PP