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