1PA-PUNCT(1) - General Commands Manual
2
3# NAME
4
5**Pa-punct** - punctuation handling by the Pa macro
6
7# DESCRIPTION
8
9closing punctuation
10*a*)
11only one
12*~*)
13only more than one
14*~*))
15middle
16*a*) *z*
17start
18*~*) *z*
19dot
20*~*. *z*
21comma
22*~*, *z*
23semicolon
24*~*; *z*
25colon
26*~*: *z*
27quest
28*~*? *z*
29excl
30*~*! *z*
31paren
32*~*) *z*
33bracket
34*~*] *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*a.*
47
48OpenBSD - July 4, 2017
49