Annotation of mandoc/regress/mdoc/Op/punct.out_markdown, Revision 1.4
1.1 schwarze 1: OP-PUNCT(1) - General Commands Manual
2:
3: # NAME
4:
5: **Op-punct** - punctuation handling by the Op macro
6:
7: # DESCRIPTION
8:
9: at the beginning:
10: (\[z]
11: \[| z]
12: \[. z]
13:
14: in the middle:
15: \[a (z]
16: \[a | z]
17: \[a. z]
18:
19: at the end:
20: \[a (]
21: \[a |]
22: \[a].
23:
24: punctuation only:
25: (\[]
26: \[|]
27: \[].
28:
29: more than one:
30: ((\[]
31: \[| |]
32: \[]..
33:
1.2 schwarze 34: Missing blank:
35: \[a.]
36:
1.4 ! schwarze 37: OpenBSD - July 4, 2017 - OP-PUNCT(1)
CVSweb