SF.net SVN: docutils:[10111 ] trunk/sandbox/manpage-wr iter/TODO.rst

grubert--- via Docutils-checkins <[email protected]> Fri, 25 Apr 2025 22:52:20 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10111
          http://sourceforge.net/p/docutils/code/10111
Author:   grubert
Date:     2025-04-25 22:52:19 +0000 (Fri, 25 Apr 2025)
Log Message:
-----------
update TODO

Modified Paths:
--------------
    trunk/sandbox/manpage-writer/TODO.rst

Modified: trunk/sandbox/manpage-writer/TODO.rst
===================================================================
--- trunk/sandbox/manpage-writer/TODO.rst	2025-04-25 16:30:38 UTC (rev 10110)
+++ trunk/sandbox/manpage-writer/TODO.rst	2025-04-25 22:52:19 UTC (rev 10111)
@@ -3,11 +3,19 @@
 
 :Date: $Date$
 
-* references in text: ``Aaaaa \%(aaa@\:bb\:.ccc)``.
+special chars
+-------------
 
-  protect from hyphenation at usual points with ``\%``
-  AFTER setting good points with ``\:``.
+from roff(7)::
 
+  A few characters commonly seen on keyboards are treated specially by the roff
+  language and may not look correct in output if  used  unthinkingly;  they are
+  the  (double)  quotation mark ("), the neutral apostrophe ('), the minus sign
+  (-), the backslash (\), the caret or circumflex accent (^), the grave accent
+  (`), and  the  tilde (~).  All of these and more can be produced with special
+  character escape sequences; see groff_char(7).
+
+
 Issues
 ------
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.