From 6105da2ea4838fe1de8241b1b42d190b48d2fbab Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 19 Jan 2020 21:04:27 +0200 Subject: Small doc improvement. --- doc/gawktexi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 0046bf57..f2be74ca 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -5335,7 +5335,7 @@ are processed. @cindex @code{\} (backslash) @subentry @code{\/} escape sequence @cindex backslash (@code{\}) @subentry @code{\/} escape sequence @item \/ -A literal slash (necessary for regexp constants only). +A literal slash (should be used for regexp constants only). This sequence is used when you want to write a regexp constant that contains a slash (such as @code{/.*:\/home\/[[:alnum:]]+:.*/}; the @samp{[[:alnum:]]} @@ -5347,7 +5347,7 @@ in order to tell @command{awk} to keep processing the rest of the regexp. @cindex @code{\} (backslash) @subentry @code{\"} escape sequence @cindex backslash (@code{\}) @subentry @code{\"} escape sequence @item \" -A literal double quote (necessary for string constants only). +A literal double quote (should be used for string constants only). This sequence is used when you want to write a string constant that contains a double quote (such as @code{"He said \"hi!\" to her."}). -- cgit v1.2.3