=================================================================== RCS file: /cvs/mandoc/regress/roff/string/escape.out_ascii,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- mandoc/regress/roff/string/escape.out_ascii 2017/06/17 22:45:53 1.2 +++ mandoc/regress/roff/string/escape.out_ascii 2023/11/13 21:22:07 1.4 @@ -1,31 +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)