From 6fbbb9be44660a84ba164c3988d47c595d7ba98d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Dec 2014 22:34:15 +0000 Subject: [PATCH] Escape Do to prevent mdoc(7) parser to get confused with the "Do" macro Reported by: sjg --- contrib/libxo/libxo/xo_open_container.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/libxo/libxo/xo_open_container.3 b/contrib/libxo/libxo/xo_open_container.3 index a872be207da..9ba32c98f6f 100644 --- a/contrib/libxo/libxo/xo_open_container.3 +++ b/contrib/libxo/libxo/xo_open_container.3 @@ -131,7 +131,7 @@ traditional C strings can be used directly. 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 open containers, lists, and 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