diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/groff.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/groff.texi b/doc/groff.texi index 9e9f93547..5c4af4fc9 100644 --- a/doc/groff.texi +++ b/doc/groff.texi @@ -12630,9 +12630,9 @@ consumes the next character. @Example .ds a \[ .ds b \[ -.if '\?\*a\?'\?\*b\?' a and b true -.if '\?\\?'\?\\?' backslash true \" doesn't work - @result{} a and b true +.if '\?\*a\?'\?\*b\?' a and b equivalent +.if '\?\\?'\?\\?' backslashes equivalent + @result{} a and b equivalent @c slack lines for pagination control @c @error{} warning: missing closing delimiter in @c @error{} conditional expression (got newline) |