git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Macro argument quoting does not prevent recognition of punctuation
[mandoc.git]
/
regress
/
mdoc
/
Ar
/
punct.out_markdown
1
AR-PUNCT(1) - General Commands Manual
2
3
# NAME
4
5
**Ar-punct** - punctuation handling by the Ar macro
6
7
# DESCRIPTION
8
9
closing punctuation
10
*a*)
11
only one
12
*file ...*)
13
only more than one
14
*file ...*))
15
middle
16
*a*) *z*
17
start
18
*file ...*) *z*
19
dot
20
*file ...*. *z*
21
comma
22
*file ...*, *z*
23
semicolon
24
*file ...*; *z*
25
colon
26
*file ...*: *z*
27
quest
28
*file ...*? *z*
29
excl
30
*file ...*! *z*
31
paren
32
*file ...*) *z*
33
bracket
34
*file ...*] *z*
35
bar
36
| *m*
37
op paren
38
(*a*
39
op bracket
40
\[*a*
41
42
quoted punctuation:
43
*a* (*b* | *c*) *d*, **bold**.
44
45
OpenBSD - August 21, 2014