[BACK]Return to punct.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Op

Diff for /mandoc/regress/mdoc/Op/punct.in between version 1.1 and 1.4

version 1.1, 2017/02/08 03:03:02 version 1.4, 2017/07/04 15:26:01
Line 1 
Line 1 
 .Dd June 24, 2011  .\" $OpenBSD$
   .Dd $Mdocdate$
 .Dt OP-PUNCT 1  .Dt OP-PUNCT 1
 .Os OpenBSD  .Os
 .Sh NAME  .Sh NAME
 .Nm Op-punct  .Nm Op-punct
 .Nd punctuation handling by the Op macro  .Nd punctuation handling by the Op macro
 .Sh DESCRIPTION  .Sh DESCRIPTION
 at the beginning:  at the beginning:
 .Op ( z  .Op "(" z
 .Op | z  .Op | z
 .Op . z  .Op . z
 .Pp  .Pp
 in the middle:  in the middle:
 .Op a ( z  .Op a "(" z
 .Op a | z  .Op a | z
 .Op a . z  .Op a . z
 .Pp  .Pp
Line 29  more than one:
Line 30  more than one:
 .Op ( (  .Op ( (
 .Op | |  .Op | |
 .Op . .  .Op . .
   .Pp
   Missing blank:
   .Op a.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb