1 .TH ARGS-ROFF 1 "February 21, 2015"
3 args-roff - arguments to roff macros
9 arguments containing quotes:
18 .test one\ one two\ two
19 escaped 'e' character:
21 escaped backslash before blank:
23 escaped backslash before 'e' character:
25 double inter-argument space:
27 triple inter-argument space:
38 .test "one""one" """two"""
40 .test "one one" "two two"
41 escaped 'e' characters:
42 .test "one \e one" "\e"
43 escaped backslash before blank:
44 .test "one\\ one" "\\ "
45 escaped backslash before 'e' character:
46 .test "one\\eone" "\\e"
47 double inter-argument space:
48 .test "one one" "two two"
49 triple inter-argument space:
50 .test "one one" "two two"
51 missing inter-argument space:
52 .test "one one"two\ two
54 .test "one one" "two two"
56 .test "one one" "two two"
58 .test "one one" "two two"
59 trailing blanks in arguments:
64 single trailing blank in unterminated quotes:
67 double trailing blank in unterminated quotes: