[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.3

version 1.1, 2017/02/08 03:03:02 version 1.3, 2017/06/10 01:49:17
Line 1 
Line 1 
 .Dd June 24, 2011  .Dd June 9, 2017
 .Dt OP-PUNCT 1  .Dt OP-PUNCT 1
 .Os OpenBSD  .Os OpenBSD
 .Sh NAME  .Sh NAME
Line 6 
Line 6 
 .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 29  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.3

CVSweb