From 06e6c7dc6e33f32a1df66e14e39620b5d0c2b20a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Aug 2010 09:51:17 +0000 Subject: Remove \*(C+ from the pre-predefined strings. It is always `ds'-defined when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet. --- man.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man.3') diff --git a/man.3 b/man.3 index aefe977f..ac897816 100644 --- a/man.3 +++ b/man.3 @@ -1,4 +1,4 @@ -.\" $Id: man.3,v 1.22 2010/07/07 15:04:54 kristaps Exp $ +.\" $Id: man.3,v 1.23 2010/08/16 09:51:17 kristaps Exp $ .\" .\" Copyright (c) 2009-2010 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 7 2010 $ +.Dd $Mdocdate: August 16 2010 $ .Dt MAN 3 .Os .Sh NAME @@ -116,7 +116,6 @@ documents to be correctly formatted: \e*(PI (pi), \e*(L" (left double-quote), \e*(R" (right double-quote), -\e*(C+ (C++), \e*(C` (left single-quote), \e*(C' (right single-quote), \e*(Aq (apostrophe), -- cgit v1.2.3