aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/punct.out_markdown
blob: d5aab3241a094fd77381adf6aac1e73666bcafb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
OP-PUNCT(1) - General Commands Manual

# NAME

**Op-punct** - punctuation handling by the Op macro

# DESCRIPTION

at the beginning:
(\[z]
\[| z]
\[. z]

in the middle:
\[a (z]
\[a | z]
\[a. z]

at the end:
\[a (]
\[a |]
\[a].

punctuation only:
(\[]
\[|]
\[].

more than one:
((\[]
\[| |]
\[]..

Missing blank:
\[a.]

OpenBSD - July 4, 2017