From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 13fcdd38 for ; Sat, 10 Jun 2017 11:32:57 -0500 (EST) Date: Sat, 10 Jun 2017 11:32:57 -0500 (EST) Message-Id: <684234685809377394.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: minor markup simplifications X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- minor markup simplifications Modified Files: -------------- mdocml: mdoc.7 roff.7 Revision Data ------------- Index: roff.7 =================================================================== RCS file: /home/cvs/mdocml/mdocml/roff.7,v retrieving revision 1.86 retrieving revision 1.87 diff -Lroff.7 -Lroff.7 -u -p -r1.86 -r1.87 --- roff.7 +++ roff.7 @@ -1783,7 +1783,7 @@ logical and (corresponds to C .Ic && ) .It Ic \&: logical or (corresponds to C -.Ic \&|| ) +.Ic || ) .It Ic ? Index: mdoc.7 =================================================================== RCS file: /home/cvs/mdocml/mdocml/mdoc.7,v retrieving revision 1.264 retrieving revision 1.265 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.264 -r1.265 --- mdoc.7 +++ mdoc.7 @@ -735,7 +735,7 @@ A version of .At . .It Cm III .At III . -.It Cm V[.[1-4]]? +.It Cm V | V.[1-4] A version of .At V . .El -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv