From 4dd5bcda826982415475626e424d423e4f303ad8 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 27 May 2020 13:21:07 +0000 Subject: Escape the backslash in documentation --- doc/library.n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/library.n b/doc/library.n index a5f889b..4dcd598 100644 --- a/doc/library.n +++ b/doc/library.n @@ -299,13 +299,13 @@ These variables are only used in the \fBtcl_endOfWord\fR, This variable contains a regular expression that is used by routines like \fBtcl_endOfWord\fR to identify whether a character is part of a word or not. If the pattern matches a character, the character is -considered to be a non-word character. The default is "\W". +considered to be a non-word character. The default is "\\W". .TP \fBtcl_wordchars\fR This variable contains a regular expression that is used by routines like \fBtcl_endOfWord\fR to identify whether a character is part of a word or not. If the pattern matches a character, the character is -considered to be a word character. The default is "\w". +considered to be a word character. The default is "\\w". .SH "SEE ALSO" env(n), info(n), re_syntax(n) .SH KEYWORDS -- cgit v0.12