aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/punct.in
blob: 937e6197c9e46bf495da4193d02d558e8de73063 (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
.\" $OpenBSD: punct.in,v 1.6 2017/07/04 14:53:26 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt OP-PUNCT 1
.Os
.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 . .
.Pp
Missing blank:
.Op a.