SF.net SVN: docutils:[9716] trunk/docutils/docutils/writers/manpage.py
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9716
http://sourceforge.net/p/docutils/code/9716
Author: grubert
Date: 2024-05-19 10:38:12 +0000 (Sun, 19 May 2024)
Log Message:
-----------
rephrase decision
Modified Paths:
--------------
trunk/docutils/docutils/writers/manpage.py
Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py 2024-05-18 08:45:24 UTC (rev 9715)
+++ trunk/docutils/docutils/writers/manpage.py 2024-05-19 10:38:12 UTC (rev 9716)
@@ -1010,7 +1010,7 @@
def visit_reference(self, node):
"""E.g. link or email address."""
- # .UR and .UE macros in roff use OSC8 escape sequences
+ # For .UR/.UE and .MT/.ME macros groff might use OSC8 escape sequences
# which are not supported everywhere yet
# therefore make the markup ourself
if 'refuri' in node:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.