xref: /openbsd/regress/usr.bin/mandoc/roff/args/mdoc.in (revision e5dd7070)
1.\" $OpenBSD: mdoc.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt ARGS-MDOC 1
4.Os
5.Sh NAME
6.Nm args-mdoc
7.Nd arguments to mdoc macros
8.Sh DESCRIPTION
9standard unquoted:
10.Fl one two
11text
12.br
13escaped blanks:
14.Fl one\ one two\ two
15text
16.br
17escaped 'e' character:
18.Fl one\eone two
19text
20.br
21.\"escaped backslash before blank:
22.\"Fl one\\ two
23.\"text
24.\"br
25escaped backslash before 'e' character:
26.Fl one\\e two
27text
28.br
29double inter-argument space:
30.Fl one  two
31text
32.br
33triple inter-argument space:
34.Fl one   two
35text
36.br
37single eol blank:
38.Fl one two
39text
40.br
41double eol blank:
42.Fl one two
43text
44.br
45triple eol blank:
46.Fl one two
47text
48.br
49standard quoted:
50.Fl "one" "two"
51text
52.br
53quoted quotes:
54.Fl "one""one" """two"""
55text
56.br
57quoted whitespace:
58.Fl "one one" "two two"
59text
60.br
61escaped 'e' characters:
62.Fl "one \e one" "\e"
63text
64.br
65.\"escaped backslash before blank:
66.\"Fl "one\\ one" "\\ "
67.\"text
68.\"br
69.\"escaped backslash before 'e' character:
70.\"Fl "one\\eone" "\\e"
71.\"text
72.\"br
73double inter-argument space:
74.Fl "one one"  "two two"
75text
76.br
77triple inter-argument space:
78.Fl "one one"   "two two"
79text
80.br
81missing inter-argument space:
82.Fl "one one"two\ two
83text
84.br
85single eol blank:
86.Fl "one one" "two two"
87text
88.br
89double eol blank:
90.Fl "one one" "two two"
91text
92.br
93triple eol blank:
94.Fl "one one" "two two"
95text
96.br
97trailing blanks in arguments:
98.Fl "one " "two "
99text
100.br
101unterminated quotes:
102.Fl "one
103.Fl one "two
104text
105.br
106single trailing blank in unterminated quotes:
107.Fl "one
108.Fl one "two
109text
110.br
111double trailing blank in unterminated quotes:
112.Fl "one
113.Fl one "two
114text
115.br
116tab after macro:
117.Fl	one two
118text
119.br
120escape sequence after macro:
121.Fl\(lqone two
122text
123.br
124backslash at eol:
125.Fl one two\
126