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

Diff for /mandoc/regress/roff/args/roff.out_ascii between version 1.4 and 1.5

version 1.4, 2021/06/28 20:12:40 version 1.5, 2023/11/13 21:07:01
Line 1 
Line 1 
 ARGS-ROFF(1)                General Commands Manual               ARGS-ROFF(1)  ARGS-ROFF(1)                General Commands Manual               ARGS-ROFF(1)
   
 NNAAMMEE  NNAAMMEE
        args-roff - arguments to roff macros       args-roff - arguments to roff macros
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
        arguments containing quotes: ((aa""bb))_(_a_"_b_)       arguments containing quotes: ((aa""bb))_(_a_"_b_)
        standard unquoted: (one) (two)       standard unquoted: (one) (two)
        escaped blanks: (one one) (two two)       escaped blanks: (one one) (two two)
        escaped 'e' character: (one\one) (two)       escaped 'e' character: (one\one) (two)
        escaped backslash before 'e' character: (one\) (two)       escaped backslash before 'e' character: (one\) (two)
        double inter-argument space: (one) (two)       double inter-argument space: (one) (two)
        triple inter-argument space: (one) (two)       triple inter-argument space: (one) (two)
        single eol blank: (one) (two)       single eol blank: (one) (two)
        double eol blank: (one) (two)       double eol blank: (one) (two)
        triple eol blank: (one) (two)       triple eol blank: (one) (two)
        standard quoted: (one) (two)       standard quoted: (one) (two)
        quoted quotes: (one"one) ("two")       quoted quotes: (one"one) ("two")
        quoted whitespace: (one one) (two two)       quoted whitespace: (one one) (two two)
        escaped 'e' characters: (one \ one) (\)       escaped 'e' characters: (one \ one) (\)
        escaped backslash before blank: (one one) ( )       escaped backslash before blank: (one one) ( )
        escaped backslash before 'e' character: (one\one) (\)       escaped backslash before 'e' character: (one\one) (\)
        double inter-argument space: (one one) (two two)       double inter-argument space: (one one) (two two)
        triple inter-argument space: (one one) (two two)       triple inter-argument space: (one one) (two two)
        missing inter-argument space: (one one) (two two)       missing inter-argument space: (one one) (two two)
        single eol blank: (one one) (two two)       single eol blank: (one one) (two two)
        double eol blank: (one one) (two two)       double eol blank: (one one) (two two)
        triple eol blank: (one one) (two two)       triple eol blank: (one one) (two two)
        trailing blanks in arguments: (one ) (two )       trailing blanks in arguments: (one ) (two )
        unterminated quotes: (one) ()       unterminated quotes: (one) ()
        (one) (two)       (one) (two)
        single trailing blank in unterminated quotes: (one ) ()       single trailing blank in unterminated quotes: (one ) ()
        (one) (two )       (one) (two )
        double trailing blank in unterminated quotes: (one  ) ()       double trailing blank in unterminated quotes: (one  ) ()
        (one) (two  )       (one) (two  )
        backslash at eol: (one) (two)       backslash at eol: (one) (two)
   
 OpenBSD                        February 21, 2015                  ARGS-ROFF(1)  OpenBSD                        February 21, 2015                  ARGS-ROFF(1)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb