1 .\" $OpenBSD: roff.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
2 .TH ARGS-ROFF 1 "February 21, 2015"
4 args-roff - arguments to roff macros
10 arguments containing quotes:
19 .test one\ one two\ two
20 escaped 'e' character:
22 escaped backslash before blank:
24 escaped backslash before 'e' character:
26 double inter-argument space:
28 triple inter-argument space:
39 .test "one""one" """two"""
41 .test "one one" "two two"
42 escaped 'e' characters:
43 .test "one \e one" "\e"
44 escaped backslash before blank:
45 .test "one\\ one" "\\ "
46 escaped backslash before 'e' character:
47 .test "one\\eone" "\\e"
48 double inter-argument space:
49 .test "one one" "two two"
50 triple inter-argument space:
51 .test "one one" "two two"
52 missing inter-argument space:
53 .test "one one"two\ two
55 .test "one one" "two two"
57 .test "one one" "two two"
59 .test "one one" "two two"
60 trailing blanks in arguments:
65 single trailing blank in unterminated quotes:
68 double trailing blank in unterminated quotes: