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

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

Revision 1.2, Tue Jul 4 15:26:28 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +1 -1 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

ARGS-MDOC(1)                General Commands Manual               ARGS-MDOC(1)

NNAAMMEE
     aarrggss--mmddoocc - arguments to mdoc macros

DDEESSCCRRIIPPTTIIOONN
     standard unquoted: --oonnee --ttwwoo text
     escaped blanks: --oonnee oonnee --ttwwoo ttwwoo text
     escaped 'e' character: --oonnee\\oonnee --ttwwoo text
     escaped backslash before 'e' character: --oonnee\\ --ttwwoo text
     double inter-argument space: --oonnee --ttwwoo text
     triple inter-argument space: --oonnee --ttwwoo text
     single eol blank: --oonnee --ttwwoo text
     double eol blank: --oonnee --ttwwoo text
     triple eol blank: --oonnee --ttwwoo text
     standard quoted: --oonnee --ttwwoo text
     quoted quotes: --oonnee""oonnee --""ttwwoo"" text
     quoted whitespace: --oonnee oonnee --ttwwoo ttwwoo text
     escaped 'e' characters: --oonnee \\ oonnee --\\ text
     double inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
     triple inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
     missing inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
     single eol blank: --oonnee oonnee --ttwwoo ttwwoo text
     double eol blank: --oonnee oonnee --ttwwoo ttwwoo text
     triple eol blank: --oonnee oonnee --ttwwoo ttwwoo text
     trailing blanks in arguments: --oonnee  --ttwwoo  text
     unterminated quotes: --oonnee --oonnee --ttwwoo text
     single trailing blank in unterminated quotes: --oonnee  --oonnee --ttwwoo  text
     double trailing blank in unterminated quotes: --oonnee   --oonnee --ttwwoo   text
     tab after macro: --oonnee --ttwwoo text
     escape sequence after macro: --oonnee --ttwwoo text
     backslash at eol: --oonnee --ttwwoo

OpenBSD                          July 4, 2017                          OpenBSD