summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Tcl.n3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index 8e0b342..0f784af 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -156,6 +156,8 @@ special processing.
The following table lists the backslash sequences that are
handled specially, along with the value that replaces each sequence.
.RS
+.RS
+.RS
.TP 7
\e\fBa\fR
Audible alert (bell) (Unicode U+000007).
@@ -222,6 +224,7 @@ inserted, in the range U+000000\(enU+10FFFF. The parser will stop just
before this range overflows, or when the maximum of eight digits
is reached. The upper bits of the Unicode character will be 0.
.RE
+.RE
.PP
Backslash substitution is not performed on words enclosed in braces,
except for backslash-newline as described above.