summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-02-28 09:59:29 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-02-28 09:59:29 (GMT)
commit8b417f0e1ec2ff11fe856ea3d521356489c8dae0 (patch)
tree4a4f080bf6cdfa186ce5f37b78832fd89004ee61 /doc
parenta947270ff77379afdeda26a33f5f444337b820bc (diff)
downloadtcl-8b417f0e1ec2ff11fe856ea3d521356489c8dae0.zip
tcl-8b417f0e1ec2ff11fe856ea3d521356489c8dae0.tar.gz
tcl-8b417f0e1ec2ff11fe856ea3d521356489c8dae0.tar.bz2
Fix formatting issue in Tcl.n
Diffstat (limited to 'doc')
-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.