]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Op/punct.out_markdown
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / mdoc / Op / punct.out_markdown
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
34 Missing blank:
35 \[a.]
36
37 OpenBSD - July 4, 2017