diff options
Diffstat (limited to 'regress/roff/string/escape.out_ascii')
-rw-r--r-- | regress/roff/string/escape.out_ascii | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/regress/roff/string/escape.out_ascii b/regress/roff/string/escape.out_ascii index f7c64620..061dc5e0 100644 --- a/regress/roff/string/escape.out_ascii +++ b/regress/roff/string/escape.out_ascii @@ -1,27 +1,27 @@ STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1) NNAAMMEE - string-escape - preventing string interpolation + string-escape - preventing string interpolation DDEESSCCRRIIPPTTIIOONN NNoorrmmaall iinntteerrppoollaattiioonn - result: *[right] + result: *[right] - The above line must be "result: *[right]". + The above line must be "result: *[right]". IInntteerrvveenniinngg cchhaarraacctteerr - result: \*[right] + result: \*[right] - The above line must be "result: backslash*[right]", not "result: rong". + The above line must be "result: backslash*[right]", not "result: rong". EEssccaappeedd bbaacckkssllaasshh - result: \*[right] + result: \*[right] - The above line must be "result: backslash*[right]", not "result: rong". + The above line must be "result: backslash*[right]", not "result: rong". DDeellaayyeedd iinntteerrppoollaattiioonn - result: *[right] + result: *[right] - The above line must be "result: *[right]", not "result: wrong". + The above line must be "result: *[right]", not "result: wrong". OpenBSD December 3, 2010 STRING-ESCAPE(1) |