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

Annotation of mandoc/regress/roff/args/mdoc.out_ascii, Revision 1.2

1.1       schwarze    1: ARGS-MDOC(1)                General Commands Manual               ARGS-MDOC(1)
                      2:
                      3: NNAAMMEE
                      4:      aarrggss--mmddoocc - arguments to mdoc macros
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:      standard unquoted: --oonnee --ttwwoo text
                      8:      escaped blanks: --oonnee oonnee --ttwwoo ttwwoo text
                      9:      escaped 'e' character: --oonnee\\oonnee --ttwwoo text
                     10:      escaped backslash before 'e' character: --oonnee\\ --ttwwoo text
                     11:      double inter-argument space: --oonnee --ttwwoo text
                     12:      triple inter-argument space: --oonnee --ttwwoo text
                     13:      single eol blank: --oonnee --ttwwoo text
                     14:      double eol blank: --oonnee --ttwwoo text
                     15:      triple eol blank: --oonnee --ttwwoo text
                     16:      standard quoted: --oonnee --ttwwoo text
                     17:      quoted quotes: --oonnee""oonnee --""ttwwoo"" text
                     18:      quoted whitespace: --oonnee oonnee --ttwwoo ttwwoo text
                     19:      escaped 'e' characters: --oonnee \\ oonnee --\\ text
                     20:      double inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
                     21:      triple inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
                     22:      missing inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
                     23:      single eol blank: --oonnee oonnee --ttwwoo ttwwoo text
                     24:      double eol blank: --oonnee oonnee --ttwwoo ttwwoo text
                     25:      triple eol blank: --oonnee oonnee --ttwwoo ttwwoo text
                     26:      trailing blanks in arguments: --oonnee  --ttwwoo  text
                     27:      unterminated quotes: --oonnee --oonnee --ttwwoo text
                     28:      single trailing blank in unterminated quotes: --oonnee  --oonnee --ttwwoo  text
                     29:      double trailing blank in unterminated quotes: --oonnee   --oonnee --ttwwoo   text
                     30:      tab after macro: --oonnee --ttwwoo text
                     31:      escape sequence after macro: --oonnee --ttwwoo text
                     32:      backslash at eol: --oonnee --ttwwoo
                     33:
1.2     ! schwarze   34: OpenBSD                          July 4, 2017                          OpenBSD

CVSweb