SF.net SVN: docutils:[9595 ] trunk/sandbox/manpage-wri ter/URUE-problem.txt
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9595
http://sourceforge.net/p/docutils/code/9595
Author: grubert
Date: 2024-03-25 22:11:54 +0000 (Mon, 25 Mar 2024)
Log Message:
-----------
Add nroff test result
Modified Paths:
--------------
trunk/sandbox/manpage-writer/URUE-problem.txt
Modified: trunk/sandbox/manpage-writer/URUE-problem.txt
===================================================================
--- trunk/sandbox/manpage-writer/URUE-problem.txt 2024-03-25 22:02:44 UTC (rev 9594)
+++ trunk/sandbox/manpage-writer/URUE-problem.txt 2024-03-25 22:11:54 UTC (rev 9595)
@@ -4,6 +4,8 @@
:Date: $Date$
+Testing on ubuntu-23.10 running groff 1.23.0
+
man 7 man
=========
@@ -83,6 +85,86 @@
go to the python home page <http://www.python.org> to read
()
+nroff
+-----
+``nroff -man ./URUE.man`` to the console produces::
+ go to the python home page to read
+ or read http://www.python.org
+
+``nroff -man ./URUE.man > URUE.nroff`` gives::
+
+
+ go to the ]8;;http://www.python.org\python home page]8;;\ to read
+
+ or read ]8;;http://www.python.org\http://www.python.org]8;;\
+
+the string following the first escape sequence is overwritten by the second ...
+might be the implementation of *bold*.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.