1AR-PUNCT(1) - General Commands Manual
2
3# NAME
4
5**Ar-punct** - punctuation handling by the Ar macro
6
7# DESCRIPTION
8
9closing punctuation
10*a*)
11only one
12*file ...*)
13only more than one
14*file ...*))
15middle
16*a*) *z*
17start
18*file ...*) *z*
19dot
20*file ...*. *z*
21comma
22*file ...*, *z*
23semicolon
24*file ...*; *z*
25colon
26*file ...*: *z*
27quest
28*file ...*? *z*
29excl
30*file ...*! *z*
31paren
32*file ...*) *z*
33bracket
34*file ...*] *z*
35bar
36| *m*
37op paren
38(*a*
39op bracket
40\[*a*
41
42quoted punctuation:
43*a* (*b* | *c*) *d*, **bold**.
44
45missing blank:
46*arg.*
47
48OpenBSD - July 4, 2017
49