=================================================================== RCS file: /cvs/mandoc/regress/roff/string/escape.out_ascii,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/regress/roff/string/escape.out_ascii 2021/06/28 20:13:00 1.3 +++ mandoc/regress/roff/string/escape.out_ascii 2023/11/13 21:22:07 1.4 @@ -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)