]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Op/punct.in
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / mdoc / Op / punct.in
1 .Dd June 9, 2017
2 .Dt OP-PUNCT 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm Op-punct
6 .Nd punctuation handling by the Op macro
7 .Sh DESCRIPTION
8 at the beginning:
9 .Op "(" z
10 .Op | z
11 .Op . z
12 .Pp
13 in the middle:
14 .Op a "(" z
15 .Op a | z
16 .Op a . z
17 .Pp
18 at the end:
19 .Op a (
20 .Op a |
21 .Op a .
22 .Pp
23 punctuation only:
24 .Op (
25 .Op |
26 .Op .
27 .Pp
28 more than one:
29 .Op ( (
30 .Op | |
31 .Op . .
32 .Pp
33 Missing blank:
34 .Op a.