source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Small fix to preserve trailing semicolons in examples.
@ 2010-06-06 22:25 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-06-06 22:25 UTC (permalink / raw)
  To: source

Log Message:
-----------
Small fix to preserve trailing semicolons in examples.

Modified Files:
--------------
    mdocml:
        mdoc.7

Revision Data
-------------
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.120
retrieving revision 1.121
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.120 -r1.121
--- mdoc.7
+++ mdoc.7
@@ -1885,7 +1885,7 @@ phrases on an
 .Sx \&It ,
 for example,
 .Pp
-.D1 .It \(dqcol1 ; <TAB> col2 ;\(dq ;
+.D1 .It \(dqcol1 ; <TAB> col2 ;\(dq \&;
 .Pp
 will preserve the semicolon whitespace except for the last.
 .Pp
@@ -2113,7 +2113,7 @@ which is used for function return types.
 .Pp
 Examples:
 .D1 \&.Vt unsigned char
-.D1 \&.Vt extern const char * const sys_signame[] ;
+.D1 \&.Vt extern const char * const sys_signame[] \&;
 .Pp
 See also
 .Sx \&Ft
@@ -2148,7 +2148,7 @@ This behaviour is for compatibility with
 .Pp
 Examples:
 .D1 \&.Xr mandoc 1
-.D1 \&.Xr mandoc 1 ;
+.D1 \&.Xr mandoc 1 \&;
 .D1 \&.Xr mandoc 1 \&Ns s behaviour
 .Ss \&br
 .Ss \&sp
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-06 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-06 22:25 mdocml: Small fix to preserve trailing semicolons in examples kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).