aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/punct.in
blob: 7bc993320ad5a035134c7d73c9832419c7ff9945 (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
.Dd June 24, 2011
.Dt OP-PUNCT 1
.Os OpenBSD
.Sh NAME
.Nm Op-punct
.Nd punctuation handling by the Op macro
.Sh DESCRIPTION
at the beginning:
.Op "(" z
.Op | z
.Op . z
.Pp
in the middle:
.Op a "(" z
.Op a | z
.Op a . z
.Pp
at the end:
.Op a (
.Op a |
.Op a .
.Pp
punctuation only:
.Op (
.Op |
.Op .
.Pp
more than one:
.Op ( (
.Op | |
.Op . .