summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-02-28 09:57:22 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-02-28 09:57:22 (GMT)
commite743d3e48700a8b562d4a7e3893c856532ca107c (patch)
treec12280600e126ff90389b4820c4d8f981f7a7e3a
parent08a6b105e5cb11098c471a55a9d434fb4db83165 (diff)
downloadtcl-e743d3e48700a8b562d4a7e3893c856532ca107c.zip
tcl-e743d3e48700a8b562d4a7e3893c856532ca107c.tar.gz
tcl-e743d3e48700a8b562d4a7e3893c856532ca107c.tar.bz2
Fix formatting issue in Tcl.n
-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.