]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Op/punct.in
Digit-width and narrow spaces are non-breaking.
[mandoc.git] / regress / mdoc / Op / punct.in
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
9 at the beginning:
10 .Op "(" z
11 .Op | z
12 .Op . z
13 .Pp
14 in the middle:
15 .Op a "(" z
16 .Op a | z
17 .Op a . z
18 .Pp
19 at the end:
20 .Op a (
21 .Op a |
22 .Op a .
23 .Pp
24 punctuation only:
25 .Op (
26 .Op |
27 .Op .
28 .Pp
29 more than one:
30 .Op ( (
31 .Op | |
32 .Op . .
33 .Pp
34 Missing blank:
35 .Op a.