aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/punct.out_markdown
blob: 98ee2e72abc07b2b28fb877b891b6630277edf4f (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 - June 9, 2017