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

Annotation of mandoc/regress/roff/args/roff.out_ascii, Revision 1.5

1.1       schwarze    1: ARGS-ROFF(1)                General Commands Manual               ARGS-ROFF(1)
                      2:
                      3: NNAAMMEE
1.5     ! schwarze    4:      args-roff - arguments to roff macros
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
1.5     ! schwarze    7:      arguments containing quotes: ((aa""bb))_(_a_"_b_)
        !             8:      standard unquoted: (one) (two)
        !             9:      escaped blanks: (one one) (two two)
        !            10:      escaped 'e' character: (one\one) (two)
        !            11:      escaped backslash before 'e' character: (one\) (two)
        !            12:      double inter-argument space: (one) (two)
        !            13:      triple inter-argument space: (one) (two)
        !            14:      single eol blank: (one) (two)
        !            15:      double eol blank: (one) (two)
        !            16:      triple eol blank: (one) (two)
        !            17:      standard quoted: (one) (two)
        !            18:      quoted quotes: (one"one) ("two")
        !            19:      quoted whitespace: (one one) (two two)
        !            20:      escaped 'e' characters: (one \ one) (\)
        !            21:      escaped backslash before blank: (one one) ( )
        !            22:      escaped backslash before 'e' character: (one\one) (\)
        !            23:      double inter-argument space: (one one) (two two)
        !            24:      triple inter-argument space: (one one) (two two)
        !            25:      missing inter-argument space: (one one) (two two)
        !            26:      single eol blank: (one one) (two two)
        !            27:      double eol blank: (one one) (two two)
        !            28:      triple eol blank: (one one) (two two)
        !            29:      trailing blanks in arguments: (one ) (two )
        !            30:      unterminated quotes: (one) ()
        !            31:      (one) (two)
        !            32:      single trailing blank in unterminated quotes: (one ) ()
        !            33:      (one) (two )
        !            34:      double trailing blank in unterminated quotes: (one  ) ()
        !            35:      (one) (two  )
        !            36:      backslash at eol: (one) (two)
1.1       schwarze   37:
1.2       schwarze   38: OpenBSD                        February 21, 2015                  ARGS-ROFF(1)

CVSweb