xref: /openbsd/regress/usr.bin/mandoc/mdoc/Op/punct.in (revision 943fb9d8)
1.\" $OpenBSD: punct.in,v 1.6 2017/07/04 14:53:26 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt OP-PUNCT 1
4.Os
5.Sh NAME
6.Nm Op-punct
7.Nd punctuation handling by the Op macro
8.Sh DESCRIPTION
9at the beginning:
10.Op "(" z
11.Op | z
12.Op . z
13.Pp
14in the middle:
15.Op a "(" z
16.Op a | z
17.Op a . z
18.Pp
19at the end:
20.Op a (
21.Op a |
22.Op a .
23.Pp
24punctuation only:
25.Op (
26.Op |
27.Op .
28.Pp
29more than one:
30.Op ( (
31.Op | |
32.Op . .
33.Pp
34Missing blank:
35.Op a.
36