Annotation of mandoc/regress/mdoc/Op/punct.in, Revision 1.4
1.4 ! schwarze 1: .\" $OpenBSD: punct.in,v 1.6 2017/07/04 14:53:26 schwarze Exp $
! 2: .Dd $Mdocdate: July 4 2017 $
1.1 schwarze 3: .Dt OP-PUNCT 1
1.4 ! schwarze 4: .Os
1.1 schwarze 5: .Sh NAME
6: .Nm Op-punct
7: .Nd punctuation handling by the Op macro
8: .Sh DESCRIPTION
9: at the beginning:
1.2 schwarze 10: .Op "(" z
1.1 schwarze 11: .Op | z
12: .Op . z
13: .Pp
14: in the middle:
1.2 schwarze 15: .Op a "(" z
1.1 schwarze 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 . .
1.3 schwarze 33: .Pp
34: Missing blank:
35: .Op a.
CVSweb