Author: bapt
Date: Fri Dec 26 22:34:15 2014
New Revision: 276260
URL: https://svnweb.freebsd.org/changeset/base/276260

Log:
  Escape Do to prevent mdoc(7) parser to get confused with the "Do" macro
  
  Reported by:  sjg

Modified:
  head/contrib/libxo/libxo/xo_open_container.3

Modified: head/contrib/libxo/libxo/xo_open_container.3
==============================================================================
--- head/contrib/libxo/libxo/xo_open_container.3        Fri Dec 26 22:30:18 
2014        (r276259)
+++ head/contrib/libxo/libxo/xo_open_container.3        Fri Dec 26 22:34:15 
2014        (r276260)
@@ -131,7 +131,7 @@ traditional C strings can be used direct
 The close functions with the
 .Dq _d
 suffix are used in
-.Dq The Right Thing
+.Dq \&Do The Right Thing
 mode, where the name of the open containers, lists, and
 instances are maintained internally by
 .Em libxo
@@ -161,7 +161,7 @@ Some user may find tracking the names of
 instances inconvenient.
 .Em libxo
 offers
-.Dq The Right Thing
+.Dq \&Do The Right Thing
 mode, where
 .Em libxo
 will track the names of open containers, lists, and instances so
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to