Date: Fri, 26 Dec 2014 22:34:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276260 - head/contrib/libxo/libxo Message-ID: <201412262234.sBQMYG7V067564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412262234.sBQMYG7V067564>