From: Ingo Schwarze Date: Thu, 27 Apr 2017 17:08:04 +0000 (+0000) Subject: ASCII characters that are special to roff X-Git-Tag: VERSION_1_14_2~198 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/d51f0eb00a1f1de1dcc22dfa0a16ffbd2d0a623a ASCII characters that are special to roff --- diff --git a/TODO b/TODO index 17181f5f..ac587990 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.235 2017/03/03 14:23:23 schwarze Exp $ +* $Id: TODO,v 1.236 2017/04/27 17:08:04 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -607,3 +607,10 @@ Several areas can be cleaned up to make mandoc even faster. These are - use uname(1) to set doc-default-operating-system at install time tobimensch Mon, 1 Dec 2014 00:25:07 +0100 + +- apostrophe (39), circumflex (94), grave (96), tilde (126) + in manuals: \(aq, \(ha, \`, \(ti + Re: [Groff] ASCII Minus Sign in man Pages. + bentley@ 26 Apr 2017 10:02:06 -0600 + Do we need to fix existing manuals? + Do we need to fix the definition of the mdoc(7) language?