From ea02c27746628977c16bd9f8665b1ceed267c88f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 15 Sep 2010 13:10:30 +0000 Subject: Remove last pod2man escapes. These render ok, although \*(-- renders as O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega. --- TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 427172a8..3fa7a76d 100644 --- a/TODO +++ b/TODO @@ -181,8 +181,3 @@ Several areas can be cleaned up to make mandoc even faster. These are .Bl -tag -width "\eD{format}XX" -compact in OpenBSD ksh(1) gives the wrong width because "\e" is one character in groff, two in mandoc - -- Now that `ds' is minimally supported, we can get rid of some - predefined strings. \*(C+ has already been thrown out. Track these - down and whack them. Look in e.g. gcc.1 for the top-level `ds' - invocations. These are reproduced across most crappy GNU manuals. -- cgit