[BACK]Return to escape.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / string

File: [cvsweb.bsd.lv] / mandoc / regress / roff / string / escape.out_ascii (download)

Revision 1.4, Mon Nov 13 21:22:07 2023 UTC (10 months, 1 week ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -9 lines

reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244

STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)

NNAAMMEE
     string-escape - preventing string interpolation

DDEESSCCRRIIPPTTIIOONN
   NNoorrmmaall iinntteerrppoollaattiioonn
     result: *[right]

     The above line must be "result: *[right]".

   IInntteerrvveenniinngg cchhaarraacctteerr
     result: \*[right]

     The above line must be "result: backslash*[right]", not "result: rong".

   EEssccaappeedd bbaacckkssllaasshh
     result: \*[right]

     The above line must be "result: backslash*[right]", not "result: rong".

   DDeellaayyeedd iinntteerrppoollaattiioonn
     result: *[right]

     The above line must be "result: *[right]", not "result: wrong".

OpenBSD                        December 3, 2010               STRING-ESCAPE(1)