aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 2 insertions, 2 deletions
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."}).