SF.net SVN: docutils:[9718 ] trunk/sandbox/manpage-wri ter
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9718
http://sourceforge.net/p/docutils/code/9718
Author: grubert
Date: 2024-05-19 16:17:27 +0000 (Sun, 19 May 2024)
Log Message:
-----------
Stop converting text to full capitals (bug #481).
Modified Paths:
--------------
trunk/sandbox/manpage-writer/expected/characters.ascii
trunk/sandbox/manpage-writer/expected/characters.latin1
trunk/sandbox/manpage-writer/expected/characters.man
trunk/sandbox/manpage-writer/expected/characters.utf8
trunk/sandbox/manpage-writer/expected/compact_lists.man
trunk/sandbox/manpage-writer/expected/docinfo-deu-l_de.man
trunk/sandbox/manpage-writer/expected/docinfo-deu-l_en.man
trunk/sandbox/manpage-writer/expected/docinfo-deu.man
trunk/sandbox/manpage-writer/expected/docinfo-eng-l_de.man
trunk/sandbox/manpage-writer/expected/docinfo-eng-l_en.man
trunk/sandbox/manpage-writer/expected/docinfo-eng.man
trunk/sandbox/manpage-writer/expected/dotted.man
trunk/sandbox/manpage-writer/expected/indent.man
trunk/sandbox/manpage-writer/expected/man-de.1.latin1
trunk/sandbox/manpage-writer/expected/man-de.1.man
trunk/sandbox/manpage-writer/expected/man-de.1.utf8
trunk/sandbox/manpage-writer/expected/optionslisttest.latin1
trunk/sandbox/manpage-writer/expected/optionslisttest.man
trunk/sandbox/manpage-writer/expected/optionstoo.man
trunk/sandbox/manpage-writer/expected/optionstoo.ps
trunk/sandbox/manpage-writer/expected/quotes.man
trunk/sandbox/manpage-writer/expected/quotes.ps
trunk/sandbox/manpage-writer/expected/quotes.utf8
trunk/sandbox/manpage-writer/expected/references.latin1
trunk/sandbox/manpage-writer/expected/references.man
trunk/sandbox/manpage-writer/expected/references.ps
trunk/sandbox/manpage-writer/expected/termtest-manpage.man
trunk/sandbox/manpage-writer/expected/test.latin1
trunk/sandbox/manpage-writer/expected/test.man
trunk/sandbox/manpage-writer/expected/test.ps
trunk/sandbox/manpage-writer/expected-mandoc/characters.ascii
trunk/sandbox/manpage-writer/expected-mandoc/characters.man
trunk/sandbox/manpage-writer/expected-mandoc/characters.utf8
trunk/sandbox/manpage-writer/expected-mandoc/compact_lists.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_de.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_en.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_de.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_en.man
trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng.man
trunk/sandbox/manpage-writer/expected-mandoc/dotted.man
trunk/sandbox/manpage-writer/expected-mandoc/indent.man
trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man
trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.utf8
trunk/sandbox/manpage-writer/expected-mandoc/optionslisttest.man
trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.man
trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.ps
trunk/sandbox/manpage-writer/expected-mandoc/quotes.man
trunk/sandbox/manpage-writer/expected-mandoc/quotes.ps
trunk/sandbox/manpage-writer/expected-mandoc/quotes.utf8
trunk/sandbox/manpage-writer/expected-mandoc/references.man
trunk/sandbox/manpage-writer/expected-mandoc/references.ps
trunk/sandbox/manpage-writer/expected-mandoc/references.utf8
trunk/sandbox/manpage-writer/expected-mandoc/test.man
trunk/sandbox/manpage-writer/expected-mandoc/test.ps
Modified: trunk/sandbox/manpage-writer/expected/characters.ascii
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.ascii 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/characters.ascii 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mSPECIAL-CHARACTERS[24m() [4mSPECIAL-CHARACTERS[24m()
+[4mspecial-characters[24m() [4mspecial-characters[24m()
-[1mNAME[0m
+[1mName[0m
special-characters - test special characters
[1mSEE ALSO[0m
@@ -37,4 +37,4 @@
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with [1msingle: [22m.
- [4mSPECIAL-CHARACTERS[24m()
+ [4mspecial-characters[24m()
Modified: trunk/sandbox/manpage-writer/expected/characters.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.latin1 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/characters.latin1 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mSPECIAL-CHARACTERS[24m() [4mSPECIAL-CHARACTERS[24m()
+[4mspecial-characters[24m() [4mspecial-characters[24m()
-[1mNAME[0m
+[1mName[0m
special-characters - test special characters
[1mSEE ALSO[0m
@@ -37,4 +37,4 @@
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with [1msingle: [22m.
- [4mSPECIAL-CHARACTERS[24m()
+ [4mspecial-characters[24m()
Modified: trunk/sandbox/manpage-writer/expected/characters.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/characters.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "SPECIAL-CHARACTERS" "" "" ""
-.SH NAME
+.TH "special-characters" "" "" ""
+.SH Name
special-characters \- test special characters
.SH SEE ALSO
.sp
Modified: trunk/sandbox/manpage-writer/expected/characters.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/characters.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mSPECIAL-CHARACTERS[24m() [4mSPECIAL-CHARACTERS[24m()
+[4mspecial-characters[24m() [4mspecial-characters[24m()
-[1mNAME[0m
+[1mName[0m
special-characters - test special characters
[1mSEE ALSO[0m
@@ -37,4 +37,4 @@
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with [1msingle: [22m.
- [4mSPECIAL-CHARACTERS[24m()
+ [4mspecial-characters[24m()
Modified: trunk/sandbox/manpage-writer/expected/compact_lists.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/compact_lists.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/compact_lists.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "COMPACT-LISTS" "" "" ""
-.SH NAME
+.TH "compact-lists" "" "" ""
+.SH Name
compact-lists \- test compact lists
.INDENT 0.0
.IP \(bu 2
Modified: trunk/sandbox/manpage-writer/expected/docinfo-deu-l_de.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-deu-l_de.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-deu-l_de.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "2009-08-24" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "2009-08-24" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected/docinfo-deu-l_en.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-deu-l_en.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-deu-l_en.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected/docinfo-deu.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-deu.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-deu.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected/docinfo-eng-l_de.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-eng-l_de.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-eng-l_de.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected/docinfo-eng-l_en.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-eng-l_en.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-eng-l_en.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected/docinfo-eng.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/docinfo-eng.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/docinfo-eng.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected/dotted.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/dotted.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/dotted.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DOTLINE" "" "" ""
-.SH NAME
+.TH "dotline" "" "" ""
+.SH Name
dotline \- test lines starting with a dot
.sp
Hello world
Modified: trunk/sandbox/manpage-writer/expected/indent.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/indent.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/indent.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,10 +28,10 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "INDENT" "" "" ""
-.SH NAME
+.TH "indent" "" "" ""
+.SH Name
indent \- test indentation blocks
-.SH OPTION BLOCK
+.SH option block
.sp
an option block, and within it, a part of the text block indented.
the rest of the text (\(dqMore lines 1\(dq, etc.) aligned at the same
@@ -61,7 +61,7 @@
More lines 2.
More lines 3.
.UNINDENT
-.SH RUBRIC STARTING WITH A LIST
+.SH rubric starting with a list
empty rubric
.INDENT 0.0
.IP \(bu 2
Modified: trunk/sandbox/manpage-writer/expected/man-de.1.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/man-de.1.latin1 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/man-de.1.latin1 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mMAN[24m(1) Manual Hilfsprogramme [4mMAN[24m(1)
+[4mman[24m(1) Manual Hilfsprogramme [4mman[24m(1)
-[1mNAME[0m
+[1mName[0m
man - Programm zum Einsehen der Online-Manuale
[1mSYNTAX[0m
@@ -521,4 +521,4 @@
F\xFCr pers\xF6nliche W\xFCrdigungen und Zus\xE4tze siehe Quelltexte.
-2.5.1 2008-01-28 [4mMAN[24m(1)
+2.5.1 2008-01-28 [4mman[24m(1)
Modified: trunk/sandbox/manpage-writer/expected/man-de.1.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/man-de.1.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/man-de.1.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,8 +29,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "MAN" "1" "2008-01-28" "2.5.1" "Manual Hilfsprogramme"
-.SH NAME
+.TH "man" "1" "2008-01-28" "2.5.1" "Manual Hilfsprogramme"
+.SH Name
man \- Programm zum Einsehen der Online-Manuale
.SH SYNTAX
.INDENT 0.0
Modified: trunk/sandbox/manpage-writer/expected/man-de.1.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected/man-de.1.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/man-de.1.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mMAN[24m(1) Manual Hilfsprogramme [4mMAN[24m(1)
+[4mman[24m(1) Manual Hilfsprogramme [4mman[24m(1)
-[1mNAME[0m
+[1mName[0m
man - Programm zum Einsehen der Online-Manuale
[1mSYNTAX[0m
@@ -521,4 +521,4 @@
Für persönliche Würdigungen und Zusätze siehe Quelltexte.
-2.5.1 2008-01-28 [4mMAN[24m(1)
+2.5.1 2008-01-28 [4mman[24m(1)
Modified: trunk/sandbox/manpage-writer/expected/optionslisttest.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/optionslisttest.latin1 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/optionslisttest.latin1 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mOPTIONLISTTEST[24m(1) General Commands Manual [4mOPTIONLISTTEST[24m(1)
+[4mOptionlistTest[24m(1) General Commands Manual [4mOptionlistTest[24m(1)
-[1mNAME[0m
+[1mName[0m
OptionlistTest - Test for correct intention/detention of option lists
[1mDESCRIPTION[0m
@@ -68,7 +68,7 @@
This paragraph should be at level 0.
-[1mEMPHASIZE[0m
+[1memphasize[0m
[1mplain text term[0m
definition paragraph 1
@@ -117,10 +117,10 @@
This paragraph should be at level 0 again.
-[1mAUTHOR[0m
+[1mAuthor[0m
[email protected]
-[1mCOPYRIGHT[0m
+[1mCopyright[0m
public domain
- 2008-04-29 [4mOPTIONLISTTEST[24m(1)
+ 2008-04-29 [4mOptionlistTest[24m(1)
Modified: trunk/sandbox/manpage-writer/expected/optionslisttest.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/optionslisttest.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/optionslisttest.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "OPTIONLISTTEST" "1" "2008-04-29" ""
-.SH NAME
+.TH "OptionlistTest" "1" "2008-04-29" ""
+.SH Name
OptionlistTest \- Test for correct intention/detention of option lists
.\" -*- mode: rst -*-
.
@@ -125,7 +125,7 @@
.UNINDENT
.sp
This paragraph should be at level 0.
-.SH EMPHASIZE
+.SH emphasize
.INDENT 0.0
.TP
.B plain text term
@@ -189,8 +189,8 @@
.UNINDENT
.sp
This paragraph should be at level 0 again.
-.SH AUTHOR
+.SH Author
[email protected]
-.SH COPYRIGHT
+.SH Copyright
public domain
.\" End of generated man page.
Modified: trunk/sandbox/manpage-writer/expected/optionstoo.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/optionstoo.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/optionstoo.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "REGRESSION-380" "" "" ""
-.SH NAME
+.TH "regression-380" "" "" ""
+.SH Name
regression-380 \- regression test for BUG#380
.sp
#380 manpage writer does not add space after .B
Modified: trunk/sandbox/manpage-writer/expected/optionstoo.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/optionstoo.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/optionstoo.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
-%%CreationDate: Thu May 16 16:31:53 2024
+%%CreationDate: Sun May 19 18:11:09 2024
%%DocumentNeededResources: font Times-Italic
%%+ font Times-Roman
%%+ font Times-Bold
@@ -266,10 +266,10 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(REGRESSION-380)72.63 48 Q/F1 10/Times-Roman@0
-SF(\(\)).47 E F0(REGRESSION-380)298.69 E F1(\(\)).47 E/F2 10.95
-/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1(re)108 96 Q
-(gression-380 \255 re)-.15 E(gression test for B)-.15 E(UG#380)-.1 E
+/F0 10/Times-Italic@0 SF -.37(re)72 48 S(gr)-.03 E(ession-380)-.37 E/F1
+10/Times-Roman@0 SF(\(\)).47 E F0 -.37(re)334.92 G(gr)-.03 E(ession-380)
+-.37 E F1(\(\)).47 E/F2 10.95/Times-Bold@0 SF(Name)72 84 Q F1(re)108 96
+Q(gression-380 \255 re)-.15 E(gression test for B)-.15 E(UG#380)-.1 E
(#380 manpage writer does not add space after .B)108 120 Q(... some)108
144 Q(where in the sphinx pipeline something is ... f)-.25 E(ailing)-.1
E(Maybe the)108 168 Q/F3 10/Times-Bold@0 SF(install)2.5 E F1
Modified: trunk/sandbox/manpage-writer/expected/quotes.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/quotes.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/quotes.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,7 +29,7 @@
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "" "" "" ""
-.SH NAME
+.SH Name
\-
a problem with double quotes not being rendered in the
term of an rst definition list in the mpv documentation:
Modified: trunk/sandbox/manpage-writer/expected/quotes.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/quotes.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/quotes.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
-%%CreationDate: Thu May 16 16:31:08 2024
+%%CreationDate: Sun May 19 18:09:42 2024
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%DocumentSuppliedResources: procset grops 1.23 0
@@ -264,13 +264,13 @@
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF 452.18(\(\) \(\))72 48 R/F1 10.95/Times-Bold@0
-SF -.219(NA)72 84 S(ME).219 E F0 2.528(\255ap)110.5 96 S .028(roblem wi\
-th double quotes not being rendered in the term of an rst de\214nition \
-list in the mpv documen-)-2.528 F(tation:)108 108 Q
-(because the doublequotes mak)108 132 Q(e)-.1 E/F2 10/Times-Bold@0 SF
-(Filename: ${\214lename})2.5 E F0(one ar)2.5 E(gument to the)-.18 E F2
-(.B)2.5 E F0(bold macro.)2.5 E F2 2.5(is)108 148.8 S(ho)-2.5 E
-(w\255text "Filename: ${\214lename}")-.1 E F0(sho)144 160.8 Q
+SF(Name)72 84 Q F0 2.528(\255ap)110.5 96 S .028(roblem with double quot\
+es not being rendered in the term of an rst de\214nition list in the mp\
+v documen-)-2.528 F(tation:)108 108 Q(because the doublequotes mak)108
+132 Q(e)-.1 E/F2 10/Times-Bold@0 SF(Filename: ${\214lename})2.5 E F0
+(one ar)2.5 E(gument to the)-.18 E F2(.B)2.5 E F0(bold macro.)2.5 E F2
+2.5(is)108 148.8 S(ho)-2.5 E(w\255text "Filename: ${\214lename}")-.1 E
+F0(sho)144 160.8 Q
(ws the \214lename of the current \214le when pressing the)-.25 E F2(i)
2.5 E F0 -.1(ke)2.5 G(y)-.05 E(1)535 768 Q 0 Cg EP
%%Trailer
Modified: trunk/sandbox/manpage-writer/expected/quotes.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected/quotes.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/quotes.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
() ()
-[1mNAME[0m
+[1mName[0m
- a problem with double quotes not being rendered in the term of an
rst definition list in the mpv documentation:
Modified: trunk/sandbox/manpage-writer/expected/references.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.latin1 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/references.latin1 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,9 +1,9 @@
-[4mREFERENCE[24m [4mTESTS[24m() [4mREFERENCE[24m [4mTESTS[24m()
+[4mreference[24m [4mtests[24m() [4mreference[24m [4mtests[24m()
-[1mNAME[0m
+[1mName[0m
reference tests -
-[1mHOW TO MARKUP[0m
+[1mhow to markup[0m
link adr in .UR .UE or simply in parantheses
\xB7 man and mandoc convert UR/UE to [1m< [22mand [1m>[22m.
@@ -16,7 +16,7 @@
see See the Python home page (https://www.python.org) for info.
-[1mTEST FOR REFERENCES IN MAN PAGES[0m
+[1mtest for references in man pages[0m
embedded in a paragraph
\xB7 at line start
@@ -33,7 +33,7 @@
at end of paragraph
-[1mTESTS[0m
+[1mtests[0m
See <https://docutils.sourceforge.io/docs/user/rst/quickref.html#ex-
plicit-markup> for more
@@ -79,4 +79,4 @@
Anonymous targets begin with ".. __:"; no reference name is required or
allowed:
- [4mREFERENCE[24m [4mTESTS[24m()
+ [4mreference[24m [4mtests[24m()
Modified: trunk/sandbox/manpage-writer/expected/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/references.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,10 +28,10 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "REFERENCE TESTS" "" "" ""
-.SH NAME
+.TH "reference tests" "" "" ""
+.SH Name
reference tests \-
-.SH HOW TO MARKUP
+.SH how to markup
.sp
link adr in .UR .UE or simply in parantheses
.INDENT 0.0
@@ -58,7 +58,7 @@
.UNINDENT
.UNINDENT
.UNINDENT
-.SH TEST FOR REFERENCES IN MAN PAGES
+.SH test for references in man pages
.sp
embedded in a paragraph
.INDENT 0.0
@@ -79,7 +79,7 @@
.UNINDENT
.sp
at end of paragraph
-.SH TESTS
+.SH tests
.sp
See <https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup>
for more
Modified: trunk/sandbox/manpage-writer/expected/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/references.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
-%%CreationDate: Thu May 16 16:30:39 2024
+%%CreationDate: Sun May 19 18:08:24 2024
%%DocumentNeededResources: font Times-Italic
%%+ font Times-Roman
%%+ font Times-Bold
@@ -268,24 +268,25 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(REFERENCE TESTS)72.63 48 Q/F1 10/Times-Roman@0
-SF(\(\)).58 E F0(REFERENCE TESTS)281.21 E F1(\(\)).58 E/F2 10.95
-/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1(reference tests \255)108
-96 Q F2(HO)72 112.8 Q 2.738(WT)-.548 G 2.738(OM)-2.935 G(ARKUP)-2.738 E
-F1(link adr in .UR .UE or simply in parantheses)108 124.8 Q<83>108 141.6
-Q(man and mandoc con)118 141.6 Q -.15(ve)-.4 G(rt UR/UE to).15 E/F3 10
+/F0 10/Times-Italic@0 SF -.37(re)72 48 S(fer).37 E(ence tests)-.37 E/F1
+10/Times-Roman@0 SF(\(\)).27 E F0 -.37(re)339.54 G(fer).37 E(ence tests)
+-.37 E F1(\(\)).27 E/F2 10.95/Times-Bold@0 SF(Name)72 84 Q F1
+(reference tests \255)108 96 Q F2(ho)72 112.8 Q 2.738(wt)-.11 G 2.738
+(om)-2.738 G(arkup)-2.738 E F1
+(link adr in .UR .UE or simply in parantheses)108 124.8 Q<83>108 141.6 Q
+(man and mandoc con)118 141.6 Q -.15(ve)-.4 G(rt UR/UE to).15 E/F3 10
/Times-Bold@0 SF(<)2.5 E F1(and)2.5 E F3(>)2.5 E F1(.)A<83>108 158.4 Q
(pandoc transforms)118 158.4 Q/F4 10/Courier@0 SF
(See the \222Python home page <https://www.python.org>\222_ for info.)
135.5 182.4 Q F1(to)118 206.4 Q F4
(see See the Python home page \(https://www.python.org\) for info.)135.5
-230.4 Q F2(TEST FOR REFERENCES IN MAN P)72 247.2 Q -.602(AG)-.81 G(ES)
-.602 E F1(embedded in a paragraph)108 259.2 Q<83>108 276 Q
-(at line start)118 276 Q<83>108 292.8 Q(in line)118 292.8 Q<83>108 309.6
-Q(at eol)118 309.6 Q(at start of paragraph)108 333.6 Q<83>108 350.4 Q
-(follo)118 350.4 Q(wed by te)-.25 E(xt)-.15 E<83>108 367.2 Q(at eol)118
-367.2 Q(at end of paragraph)108 391.2 Q F2(TESTS)72 408 Q F1 2.5
-(See <https://docutils.sourcefor)108 420 R
+230.4 Q F2(test f)72 247.2 Q(or r)-.274 E(efer)-.197 E
+(ences in man pages)-.197 E F1(embedded in a paragraph)108 259.2 Q<83>
+108 276 Q(at line start)118 276 Q<83>108 292.8 Q(in line)118 292.8 Q<83>
+108 309.6 Q(at eol)118 309.6 Q(at start of paragraph)108 333.6 Q<83>108
+350.4 Q(follo)118 350.4 Q(wed by te)-.25 E(xt)-.15 E<83>108 367.2 Q
+(at eol)118 367.2 Q(at end of paragraph)108 391.2 Q F2(tests)72 408 Q F1
+2.5(See <https://docutils.sourcefor)108 420 R
(ge.io/docs/user/rst/quickref.html#e)-.18 E(xplicit\255markup> for more)
-.15 E(See the Python home page <https://www)108 444 Q(.p)-.65 E
(ython.or)-.1 E(g>)-.18 E(for info.)110.5 456 Q(External h)108 480 Q
@@ -313,10 +314,11 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(REFERENCE TESTS)72.63 48 Q/F1 10/Times-Roman@0
-SF(\(\)).58 E F0(REFERENCE TESTS)281.21 E F1(\(\)).58 E
-(Escaped whitespace is preserv)108 84 Q(ed as intentional spaces, e.g.:)
--.15 E(some reference <../local path with spaces.html>)108 108 Q
+/F0 10/Times-Italic@0 SF -.37(re)72 48 S(fer).37 E(ence tests)-.37 E/F1
+10/Times-Roman@0 SF(\(\)).27 E F0 -.37(re)339.54 G(fer).37 E(ence tests)
+-.37 E F1(\(\)).27 E(Escaped whitespace is preserv)108 84 Q
+(ed as intentional spaces, e.g.:)-.15 E
+(some reference <../local path with spaces.html>)108 108 Q
(to a local path.)110.5 120 Q(Anon)108 144 Q(ymous h)-.15 E
(yperlink references are speci\214ed with tw)-.05 E 2.5(ou)-.1 G
(nderscores instead of one:)-2.5 E(See the web site of my f)108 168 Q
Modified: trunk/sandbox/manpage-writer/expected/termtest-manpage.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/termtest-manpage.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/termtest-manpage.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,7 +29,7 @@
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "" "" "" ""
-.SH NAME
+.SH Name
\-
.INDENT 0.0
.TP
Modified: trunk/sandbox/manpage-writer/expected/test.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.latin1 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/test.latin1 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-[4mRST2MAN[24m(1) text processing [4mRST2MAN[24m(1)
+[4mrst2man[24m(1) text processing [4mrst2man[24m(1)
-[1mNAME[0m
+[1mName[0m
rst2man - generate unix manpages from reStructured text
[1mSYNOPSIS[0m
@@ -196,22 +196,22 @@
raw input to man
[1mAdmonitions[0m
- [1mATTENTION!:[0m
+ [1mAttention!:[0m
Directives at large.
- [1mCAUTION!:[0m
+ [1mCaution!:[0m
Don't take any wooden nickels.
[1m!DANGER!:[0m
Mad scientist at work!
- [1mERROR:[0m
+ [1mError:[0m
Does not compute.
- [1mHINT:[0m
+ [1mHint:[0m
It's bigger than a bread box.
- [1mIMPORTANT:[0m
+ [1mImportant:[0m
\xB7 Wash behind your ears.
@@ -221,13 +221,13 @@
\xB7 Back up your data.
- [1mNOTE:[0m
+ [1mNote:[0m
This is a note.
- [1mTIP:[0m
+ [1mTip:[0m
15% if the service is good.
- [1mWARNING:[0m
+ [1mWarning:[0m
Strong prose may provoke extreme mental exertion. Reader discretion
is strongly advised.
@@ -242,10 +242,10 @@
[1mother[0m
inline references [4mref[24m [4msomething[24m . Contained verbose. Nothing special.
-[1mTOP SECTION[0m
+[1mTop Section[0m
With mixed case
-[1mTOP SECTION B C D E F G[0m
+[1mTop section b c d e f g[0m
with character formatting.
[1mFILES[0m
@@ -275,7 +275,7 @@
4. list items. bullets and enumerators.
-[1mAUTHOR[0m
+[1mAuthor[0m
[email protected]
Organization: humankind
@@ -285,7 +285,7 @@
Example, EX Canada
A1B 2C3
-[1mCOPYRIGHT[0m
+[1mCopyright[0m
public domain Behave responsible.
-0.0.1 2009-06-22 [4mRST2MAN[24m(1)
+0.0.1 2009-06-22 [4mrst2man[24m(1)
Modified: trunk/sandbox/manpage-writer/expected/test.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/test.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,8 +29,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "RST2MAN" "1" "2009-06-22" "0.0.1" "text processing"
-.SH NAME
+.TH "rst2man" "1" "2009-06-22" "0.0.1" "text processing"
+.SH Name
rst2man \- generate unix manpages from reStructured text
.\" TODO: authors and author with name <email>
.
@@ -312,7 +312,7 @@
raw input to man
.SS Admonitions
.sp
-\fBATTENTION!:\fP
+\fBAttention!:\fP
.INDENT 0.0
.INDENT 3.5
Directives at large.
@@ -319,7 +319,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBCAUTION!:\fP
+\fBCaution!:\fP
.INDENT 0.0
.INDENT 3.5
Don\(aqt take any wooden nickels.
@@ -333,7 +333,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBERROR:\fP
+\fBError:\fP
.INDENT 0.0
.INDENT 3.5
Does not compute.
@@ -340,7 +340,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBHINT:\fP
+\fBHint:\fP
.INDENT 0.0
.INDENT 3.5
It\(aqs bigger than a bread box.
@@ -347,7 +347,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBIMPORTANT:\fP
+\fBImportant:\fP
.INDENT 0.0
.INDENT 3.5
.INDENT 0.0
@@ -363,7 +363,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBNOTE:\fP
+\fBNote:\fP
.INDENT 0.0
.INDENT 3.5
This is a note.
@@ -370,7 +370,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBTIP:\fP
+\fBTip:\fP
.INDENT 0.0
.INDENT 3.5
15% if the service is good.
@@ -377,7 +377,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBWARNING:\fP
+\fBWarning:\fP
.INDENT 0.0
.INDENT 3.5
Strong prose may provoke extreme mental exertion.
@@ -399,10 +399,10 @@
.sp
inline references \fIref something\fP .
Contained verbose. Nothing special.
-.SH TOP SECTION
+.SH Top Section
.sp
With mixed case
-.SH TOP SECTION B C D E F G
+.SH Top section b c d e f g
.sp
with character formatting.
.SH FILES
@@ -437,7 +437,7 @@
list items.
bullets and enumerators.
.UNINDENT
-.SH AUTHOR
+.SH Author
[email protected]
Organization: humankind
@@ -452,7 +452,7 @@
.fi
.UNINDENT
.UNINDENT
-.SH COPYRIGHT
+.SH Copyright
public domain
Behave responsible.
.\" End of generated man page.
Modified: trunk/sandbox/manpage-writer/expected/test.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected/test.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
-%%CreationDate: Thu May 16 16:28:31 2024
+%%CreationDate: Sun May 19 18:08:09 2024
%%DocumentNeededResources: font Times-Italic
%%+ font Times-Roman
%%+ font Times-Bold
@@ -268,9 +268,9 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RST2MAN)72.63 48 Q/F1 10/Times-Roman@0 SF
-145.27(\(1\) te)1.1 F(xt processing)-.15 E F0(RST2MAN)148.4 E F1(\(1\))
-1.1 E/F2 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1
+/F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
+SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
+.1 E F1(\(1\)).24 E/F2 10.95/Times-Bold@0 SF(Name)72 84 Q F1
(rst2man \255 generate unix manpages from reStructured te)108 96 Q(xt)
-.15 E F2(SYNOPSIS)72 112.8 Q/F3 10/Times-Bold@0 SF
(rst2man \255\255help)108 124.8 Q(rst2man)108 148.8 Q F1 2.5([O)2.5 G
@@ -308,14 +308,14 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RST2MAN)72.63 48 Q/F1 10/Times-Roman@0 SF
-145.27(\(1\) te)1.1 F(xt processing)-.15 E F0(RST2MAN)148.4 E F1(\(1\))
-1.1 E(c.)128 84 Q(grammar)143 84 Q(6.)118 100.8 Q 2.5(at)138 100.8 S
-(hird)-2.5 E -1.29(Y.)128 117.6 S(the end)143 117.6 Q(Z.)128 134.4 Q
-(yello)143 134.4 Q(w)-.25 E(7.)118 151.2 Q 2.5(at)138 151.2 S(hird)-2.5
-E(8.)118 168 Q 2.5(at)138 168 S(hird)-2.5 E(9.)118 184.8 Q 2.5(at)138
-184.8 S(hird)-2.5 E(10.)118 201.6 Q(bigger indentation if there are mor\
-e than nine enumerated items \(or there are lar)138 201.6 Q
+/F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
+SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
+.1 E F1(\(1\)).24 E(c.)128 84 Q(grammar)143 84 Q(6.)118 100.8 Q 2.5(at)
+138 100.8 S(hird)-2.5 E -1.29(Y.)128 117.6 S(the end)143 117.6 Q(Z.)128
+134.4 Q(yello)143 134.4 Q(w)-.25 E(7.)118 151.2 Q 2.5(at)138 151.2 S
+(hird)-2.5 E(8.)118 168 Q 2.5(at)138 168 S(hird)-2.5 E(9.)118 184.8 Q
+2.5(at)138 184.8 S(hird)-2.5 E(10.)118 201.6 Q(bigger indentation if th\
+ere are more than nine enumerated items \(or there are lar)138 201.6 Q
(ger numbers\))-.18 E 2.5(as)138 225.6 S
(econd paragraph that should be separated from the pre)-2.5 E
(vious one and not \215o)-.25 E(wing into.)-.25 E(7.)108 242.4 Q
@@ -358,10 +358,10 @@
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RST2MAN)72.63 48 Q/F1 10/Times-Roman@0 SF
-145.27(\(1\) te)1.1 F(xt processing)-.15 E F0(RST2MAN)148.4 E F1(\(1\))
-1.1 E(LA)108 84 Q 3.522(Ap)108 120 S 1.022(aragraph follo)-3.522 F 1.022
-(wing the line block.)-.25 F 1.021
+/F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
+SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
+.1 E F1(\(1\)).24 E(LA)108 84 Q 3.522(Ap)108 120 S 1.022(aragraph follo)
+-3.522 F 1.022(wing the line block.)-.25 F 1.021
(lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum)6.021 F
(lorem ipsum lorem ipsum lorem ipsum)108 132 Q/F2 10/Times-Bold@0 SF
(Literal)87 148.8 Q F1(some literal te)108 160.8 Q(xt)-.15 E/F3 10
@@ -394,27 +394,27 @@
145.5 597.6 Q(when half the bee is not a bee,)165.5 609.6 Q
(due to some ancient injury?)185.5 621.6 Q(Singing...)125.5 645.6 Q F2
(raw)87 674.4 Q F1(ra)108 686.4 Q 2.5(wi)-.15 G(nput to man)-2.5 E F2
-(Admonitions)87 703.2 Q -.95(AT)108 715.2 S(TENTION!:).95 E F1(Directi)
-125.5 727.2 Q -.15(ve)-.25 G 2.5(sa).15 G 2.5(tl)-2.5 G(ar)-2.5 E(ge.)
--.18 E 188.17(0.0.1 2009-06-22)72 768 R(3)205.67 E 0 Cg EP
+(Admonitions)87 703.2 Q(Attention!:)108 715.2 Q F1(Directi)125.5 727.2 Q
+-.15(ve)-.25 G 2.5(sa).15 G 2.5(tl)-2.5 G(ar)-2.5 E(ge.)-.18 E 188.17
+(0.0.1 2009-06-22)72 768 R(3)205.67 E 0 Cg EP
%%Page: 4 4
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RST2MAN)72.63 48 Q/F1 10/Times-Roman@0 SF
-145.27(\(1\) te)1.1 F(xt processing)-.15 E F0(RST2MAN)148.4 E F1(\(1\))
-1.1 E/F2 10/Times-Bold@0 SF(CA)108 84 Q(UTION!:)-.5 E F1(Don\010t tak)
-125.5 96 Q 2.5(ea)-.1 G .3 -.15(ny w)-2.5 H(ooden nick).05 E(els.)-.1 E
-F2(!D)108 120 Q(ANGER!:)-.35 E F1(Mad scientist at w)125.5 132 Q(ork!)
--.1 E F2(ERR)108 156 Q(OR:)-.3 E F1(Does not compute.)125.5 168 Q F2
-(HINT)108 192 Q(:)-.74 E F1(It\010s bigger than a bread box.)125.5 204 Q
-F2(IMPOR)108 228 Q -.9(TA)-.4 G(NT).9 E(:)-.74 E F1<83>125.5 244.8 Q -.8
-(Wa)135.5 244.8 S(sh behind your ears.).8 E<83>125.5 261.6 Q
-(Clean up your room.)135.5 261.6 Q<83>125.5 278.4 Q(Call your mother)
-135.5 278.4 Q(.)-.55 E<83>125.5 295.2 Q(Back up your data.)135.5 295.2 Q
-F2(NO)108 319.2 Q(TE:)-.4 E F1(This is a note.)125.5 331.2 Q F2(TIP:)108
-355.2 Q F1(15% if the service is good.)125.5 367.2 Q F2 -1.2(WA)108
-391.2 S(RNING:)1.2 E F1(Strong prose may pro)125.5 403.2 Q -.2(vo)-.15 G
+/F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
+SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
+.1 E F1(\(1\)).24 E/F2 10/Times-Bold@0 SF(Caution!:)108 84 Q F1
+(Don\010t tak)125.5 96 Q 2.5(ea)-.1 G .3 -.15(ny w)-2.5 H(ooden nick).05
+E(els.)-.1 E F2(!D)108 120 Q(ANGER!:)-.35 E F1(Mad scientist at w)125.5
+132 Q(ork!)-.1 E F2(Err)108 156 Q(or:)-.18 E F1(Does not compute.)125.5
+168 Q F2(Hint:)108 192 Q F1(It\010s bigger than a bread box.)125.5 204 Q
+F2(Important:)108 228 Q F1<83>125.5 244.8 Q -.8(Wa)135.5 244.8 S
+(sh behind your ears.).8 E<83>125.5 261.6 Q(Clean up your room.)135.5
+261.6 Q<83>125.5 278.4 Q(Call your mother)135.5 278.4 Q(.)-.55 E<83>
+125.5 295.2 Q(Back up your data.)135.5 295.2 Q F2(Note:)108 319.2 Q F1
+(This is a note.)125.5 331.2 Q F2 -.18(Ti)108 355.2 S(p:).18 E F1
+(15% if the service is good.)125.5 367.2 Q F2 -.65(Wa)108 391.2 S -.15
+(rn).65 G(ing:).15 E F1(Strong prose may pro)125.5 403.2 Q -.2(vo)-.15 G
.2 -.1(ke e).2 H(xtreme mental e)-.05 E -.15(xe)-.15 G 2.5
(rtion. Reader).15 F(discretion is strongly advised.)2.5 E
(And, by the w)125.5 420 Q(ay)-.1 E(...)-.65 E -1.1(Yo)161.5 444 S 2.5
@@ -424,20 +424,21 @@
(fter the admonition.)-2.5 E F2(other)87 508.8 Q F1(inline references)
108 520.8 Q F0 -.37(re)2.5 G 2.5(fs).37 G(omething)-2.5 E F1 5(.C)2.5 G
(ontained v)-5 E(erbose. Nothing special.)-.15 E/F3 10.95/Times-Bold@0
-SF -.197(TO)72 537.6 S 2.738(PS).197 G(ECTION)-2.738 E F1 -.4(Wi)108
-549.6 S(th mix).4 E(ed case)-.15 E F3 -.197(TO)72 566.4 S 2.738(PS).197
-G(ECTION B C D E F G)-2.738 E F1(with character formatting.)108 578.4 Q
-F3(FILES)72 595.2 Q F1(This is a \214le.)108 607.2 Q F3(SEE ALSO)72 624
-Q F1(docutils <http://docutils.sourcefor)108 636 Q(ge.net>)-.18 E F2
-(rst2xml)108 672 Q F1(\(dummy\))A(More information can be found about)
-108 696 Q 188.17(0.0.1 2009-06-22)72 768 R(4)205.67 E 0 Cg EP
+SF -1.007(To)72 537.6 S 2.738(pS)1.007 G(ection)-2.738 E F1 -.4(Wi)108
+549.6 S(th mix).4 E(ed case)-.15 E F3 -1.007(To)72 566.4 S 2.738(ps)
+1.007 G(ection b c d e f g)-2.738 E F1(with character formatting.)108
+578.4 Q F3(FILES)72 595.2 Q F1(This is a \214le.)108 607.2 Q F3
+(SEE ALSO)72 624 Q F1(docutils <http://docutils.sourcefor)108 636 Q
+(ge.net>)-.18 E F2(rst2xml)108 672 Q F1(\(dummy\))A
+(More information can be found about)108 696 Q 188.17(0.0.1 2009-06-22)
+72 768 R(4)205.67 E 0 Cg EP
%%Page: 5 5
%%BeginPageSetup
BP
%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RST2MAN)72.63 48 Q/F1 10/Times-Roman@0 SF
-145.27(\(1\) te)1.1 F(xt processing)-.15 E F0(RST2MAN)148.4 E F1(\(1\))
-1.1 E<83>108 84 Q(xml\255schema\255catalog at)118 84 Q
+/F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
+SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
+.1 E F1(\(1\)).24 E<83>108 84 Q(xml\255schema\255catalog at)118 84 Q
(<http://xml\255schema\255catalog.origo.ethz.ch/>)120.5 96 Q
(And see the stars at the sk)108 120 Q(y!)-.15 E/F2 10.95/Times-Bold@0
SF -.11(BU)72 136.8 S(GS).11 E F1(Numerous mapping problems.)108 148.8 Q
@@ -448,10 +449,10 @@
(UTHORS".)-.55 E(3.)108 199.2 Q
(be carefull with linebreaks in generated code.)123 199.2 Q(4.)108 216 Q
(list items.)123 216 Q -.2(bu)5 G(llets and enumerators.).2 E F2 -.548
-(AU)72 232.8 S(THOR).548 E F1([email protected])108 244.8 Q
+(Au)72 232.8 S(thor).548 E F1([email protected])108 244.8 Q
(ge.net)-.18 E(Or)108 268.8 Q -.05(ga)-.18 G(nization: humankind).05 E
(Address:)108 292.8 Q(123 Example Street)125.5 304.8 Q(Example, EX)125.5
-316.8 Q(Canada)5 E(A1B 2C3)125.5 328.8 Q F2(COPYRIGHT)72 345.6 Q F1
+316.8 Q(Canada)5 E(A1B 2C3)125.5 328.8 Q F2(Copyright)72 345.6 Q F1
(public domain Beha)108 357.6 Q .3 -.15(ve r)-.2 H(esponsible.).15 E
188.17(0.0.1 2009-06-22)72 768 R(5)205.67 E 0 Cg EP
%%Trailer
Modified: trunk/sandbox/manpage-writer/expected-mandoc/characters.ascii
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/characters.ascii 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/characters.ascii 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-SPECIAL-CHARACTERS() SPECIAL-CHARACTERS()
+special-characters() special-characters()
-NNAAMMEE
+NNaammee
special-characters - test special characters
SSEEEE AALLSSOO
@@ -37,4 +37,4 @@
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with ssiinnggllee:: .
- SPECIAL-CHARACTERS()
+ special-characters()
Modified: trunk/sandbox/manpage-writer/expected-mandoc/characters.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/characters.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/characters.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "SPECIAL-CHARACTERS" "" "" ""
-.SH NAME
+.TH "special-characters" "" "" ""
+.SH Name
special-characters \- test special characters
.SH SEE ALSO
.sp
Modified: trunk/sandbox/manpage-writer/expected-mandoc/characters.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/characters.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/characters.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-SPECIAL-CHARACTERS() SPECIAL-CHARACTERS()
+special-characters() special-characters()
-NNAAMMEE
+NNaammee
special-characters - test special characters
SSEEEE AALLSSOO
@@ -37,4 +37,4 @@
Some text afterwards, test.txt ended with quotes test. Unicode breaks
the man processing chain. The display ends with ssiinnggllee:: .
- SPECIAL-CHARACTERS()
+ special-characters()
Modified: trunk/sandbox/manpage-writer/expected-mandoc/compact_lists.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/compact_lists.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/compact_lists.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "COMPACT-LISTS" "" "" ""
-.SH NAME
+.TH "compact-lists" "" "" ""
+.SH Name
compact-lists \- test compact lists
.INDENT 0.0
.IP \(bu 2
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_de.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_de.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_de.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "2009-08-24" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "2009-08-24" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_en.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_en.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu-l_en.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-deu.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DEUTSCHES_MANPAGE_BEISPIEL" "1" "" "0.5" "Beispielmanpages"
-.SH NAME
+.TH "deutsches_manpage_beispiel" "1" "" "0.5" "Beispielmanpages"
+.SH Name
deutsches_manpage_beispiel \- manpage beschreibung
.sp
Test document information Verarbeitung.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_de.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_de.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_de.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_en.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_en.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng-l_en.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/docinfo-eng.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ENGLISH_MANPAGE_SAMPLE" "1" "2009-08-24" "0.5" "Example manpages"
-.SH NAME
+.TH "english_manpage_sample" "1" "2009-08-24" "0.5" "Example manpages"
+.SH Name
english_manpage_sample \- manpage description
.sp
Test document information processing.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/dotted.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/dotted.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/dotted.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "DOTLINE" "" "" ""
-.SH NAME
+.TH "dotline" "" "" ""
+.SH Name
dotline \- test lines starting with a dot
.sp
Hello world
Modified: trunk/sandbox/manpage-writer/expected-mandoc/indent.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/indent.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/indent.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,10 +28,10 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "INDENT" "" "" ""
-.SH NAME
+.TH "indent" "" "" ""
+.SH Name
indent \- test indentation blocks
-.SH OPTION BLOCK
+.SH option block
.sp
an option block, and within it, a part of the text block indented.
the rest of the text (\(dqMore lines 1\(dq, etc.) aligned at the same
@@ -61,7 +61,7 @@
More lines 2.
More lines 3.
.UNINDENT
-.SH RUBRIC STARTING WITH A LIST
+.SH rubric starting with a list
empty rubric
.INDENT 0.0
.IP \(bu 2
Modified: trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,8 +29,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "MAN" "1" "2008-01-28" "2.5.1" "Manual Hilfsprogramme"
-.SH NAME
+.TH "man" "1" "2008-01-28" "2.5.1" "Manual Hilfsprogramme"
+.SH Name
man \- Programm zum Einsehen der Online-Manuale
.SH SYNTAX
.INDENT 0.0
Modified: trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
-MAN(1) Manual Hilfsprogramme MAN(1)
+man(1) Manual Hilfsprogramme man(1)
-NNAAMMEE
+NNaammee
man - Programm zum Einsehen der Online-Manuale
SSYYNNTTAAXX
@@ -529,4 +529,4 @@
Für persönliche Würdigungen und Zusätze siehe Quelltexte.
-2.5.1 2008-01-28 MAN(1)
+2.5.1 2008-01-28 man(1)
Modified: trunk/sandbox/manpage-writer/expected-mandoc/optionslisttest.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/optionslisttest.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/optionslisttest.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "OPTIONLISTTEST" "1" "2008-04-29" ""
-.SH NAME
+.TH "OptionlistTest" "1" "2008-04-29" ""
+.SH Name
OptionlistTest \- Test for correct intention/detention of option lists
.\" -*- mode: rst -*-
.
@@ -125,7 +125,7 @@
.UNINDENT
.sp
This paragraph should be at level 0.
-.SH EMPHASIZE
+.SH emphasize
.INDENT 0.0
.TP
.B plain text term
@@ -189,8 +189,8 @@
.UNINDENT
.sp
This paragraph should be at level 0 again.
-.SH AUTHOR
+.SH Author
[email protected]
-.SH COPYRIGHT
+.SH Copyright
public domain
.\" End of generated man page.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,8 +28,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "REGRESSION-380" "" "" ""
-.SH NAME
+.TH "regression-380" "" "" ""
+.SH Name
regression-380 \- regression test for BUG#380
.sp
#380 manpage writer does not add space after .B
Modified: trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/optionstoo.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -25,7 +25,7 @@
%%EndSetup
%%Page: 1 1
f1
-68.024 702.988(NAME)s
+68.024 702.988(Name)s
f0
87.274 687.599(regression-380)s
155.397(-)c
@@ -146,9 +146,9 @@
304.205(same)c
329.560(column.)c
f0
-68.024 739.233(REGRESSION-380\(\))s
-448.932(REGRESSION-380\(\))c
-448.932 36.245(REGRESSION-380\(\))s
+68.024 739.233(regression-380\(\))s
+471.559(regression-380\(\))c
+471.559 36.245(regression-380\(\))s
showpage
%%Trailer
%%Pages: 1
Modified: trunk/sandbox/manpage-writer/expected-mandoc/quotes.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/quotes.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/quotes.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,7 +29,7 @@
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "" "" "" ""
-.SH NAME
+.SH Name
\-
a problem with double quotes not being rendered in the
term of an rst definition list in the mpv documentation:
Modified: trunk/sandbox/manpage-writer/expected-mandoc/quotes.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/quotes.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/quotes.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -25,7 +25,7 @@
%%EndSetup
%%Page: 1 1
f1
-68.024 702.988(NAME)s
+68.024 702.988(Name)s
f0
90.024 687.599(-)s
96.437(a)c
Modified: trunk/sandbox/manpage-writer/expected-mandoc/quotes.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/quotes.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/quotes.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,6 +1,6 @@
() ()
-NNAAMMEE
+NNaammee
- a problem with double quotes not being rendered in the term of an
rst definition list in the mpv documentation:
Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -28,10 +28,10 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "REFERENCE TESTS" "" "" ""
-.SH NAME
+.TH "reference tests" "" "" ""
+.SH Name
reference tests \-
-.SH HOW TO MARKUP
+.SH how to markup
.sp
link adr in .UR .UE or simply in parantheses
.INDENT 0.0
@@ -58,7 +58,7 @@
.UNINDENT
.UNINDENT
.UNINDENT
-.SH TEST FOR REFERENCES IN MAN PAGES
+.SH test for references in man pages
.sp
embedded in a paragraph
.INDENT 0.0
@@ -79,7 +79,7 @@
.UNINDENT
.sp
at end of paragraph
-.SH TESTS
+.SH tests
.sp
See <https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup>
for more
Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -25,15 +25,15 @@
%%EndSetup
%%Page: 1 1
f1
-68.024 702.988(NAME)s
+68.024 702.988(Name)s
f0
87.274 687.599(reference)s
130.933(tests)c
153.241(-)c
f1
-68.024 656.821(HOW)s
-98.890(TO)c
-117.535(MARKUP)c
+68.024 656.821(how)s
+90.332(to)c
+102.245(markup)c
f0
87.274 641.432(link)s
107.140(adr)c
@@ -83,12 +83,12 @@
368.973(for)c
384.549(info.)c
f1
-68.024 456.764(TEST)s
-98.901(FOR)c
-124.872(REFERENCES)c
-201.575(IN)c
-216.546(MAN)c
-245.564(PAGES)c
+68.024 456.764(test)s
+87.263(for)c
+104.060(references)c
+155.056(in)c
+166.980(man)c
+190.509(pages)c
f0
87.274 441.375(embedded)s
135.234(in)c
@@ -125,7 +125,7 @@
147.741(of)c
159.654(paragraph)c
f1
-68.024 195.151(TESTS)s
+68.024 195.151(tests)s
f0
87.274 179.762(See)s
108.658(<https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit-markup>)c
@@ -146,12 +146,12 @@
232.408(<https://www.python.org>)c
352.682(.)c
f0
-68.024 739.233(REFERENCE)s
-133.727(TESTS\(\))c
-438.834(REFERENCE)c
-504.537(TESTS\(\))c
-438.834 36.245(REFERENCE)s
-504.537(TESTS\(\))c
+68.024 739.233(reference)s
+111.683(tests\(\))c
+473.715(reference)c
+517.374(tests\(\))c
+473.715 36.245(reference)s
+517.374(tests\(\))c
showpage
%%Page: 2 2
f0
@@ -283,12 +283,12 @@
427.086(or)c
438.999(allowed:)c
f0
-68.024 739.233(REFERENCE)s
-133.727(TESTS\(\))c
-438.834(REFERENCE)c
-504.537(TESTS\(\))c
-438.834 36.245(REFERENCE)s
-504.537(TESTS\(\))c
+68.024 739.233(reference)s
+111.683(tests\(\))c
+473.715(reference)c
+517.374(tests\(\))c
+473.715 36.245(reference)s
+517.374(tests\(\))c
showpage
%%Trailer
%%Pages: 2
Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.utf8 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.utf8 2024-05-19 16:17:27 UTC (rev 9718)
@@ -1,9 +1,9 @@
-REFERENCE TESTS() REFERENCE TESTS()
+reference tests() reference tests()
-NNAAMMEE
+NNaammee
reference tests -
-HHOOWW TTOO MMAARRKKUUPP
+hhooww ttoo mmaarrkkuupp
link adr in .UR .UE or simply in parantheses
• man and mandoc convert UR/UE to << and >>.
@@ -16,7 +16,7 @@
see See the Python home page (https://www.python.org) for info.
-TTEESSTT FFOORR RREEFFEERREENNCCEESS IINN MMAANN PPAAGGEESS
+tteesstt ffoorr rreeffeerreenncceess iinn mmaann ppaaggeess
embedded in a paragraph
• at line start
@@ -33,7 +33,7 @@
at end of paragraph
-TTEESSTTSS
+tteessttss
See
<https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit-markup>
for more
@@ -80,4 +80,4 @@
Anonymous targets begin with ".. __:"; no reference name is required or
allowed:
- REFERENCE TESTS()
+ reference tests()
Modified: trunk/sandbox/manpage-writer/expected-mandoc/test.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/test.man 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/test.man 2024-05-19 16:17:27 UTC (rev 9718)
@@ -29,8 +29,8 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "RST2MAN" "1" "2009-06-22" "0.0.1" "text processing"
-.SH NAME
+.TH "rst2man" "1" "2009-06-22" "0.0.1" "text processing"
+.SH Name
rst2man \- generate unix manpages from reStructured text
.\" TODO: authors and author with name <email>
.
@@ -312,7 +312,7 @@
raw input to man
.SS Admonitions
.sp
-\fBATTENTION!:\fP
+\fBAttention!:\fP
.INDENT 0.0
.INDENT 3.5
Directives at large.
@@ -319,7 +319,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBCAUTION!:\fP
+\fBCaution!:\fP
.INDENT 0.0
.INDENT 3.5
Don\(aqt take any wooden nickels.
@@ -333,7 +333,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBERROR:\fP
+\fBError:\fP
.INDENT 0.0
.INDENT 3.5
Does not compute.
@@ -340,7 +340,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBHINT:\fP
+\fBHint:\fP
.INDENT 0.0
.INDENT 3.5
It\(aqs bigger than a bread box.
@@ -347,7 +347,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBIMPORTANT:\fP
+\fBImportant:\fP
.INDENT 0.0
.INDENT 3.5
.INDENT 0.0
@@ -363,7 +363,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBNOTE:\fP
+\fBNote:\fP
.INDENT 0.0
.INDENT 3.5
This is a note.
@@ -370,7 +370,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBTIP:\fP
+\fBTip:\fP
.INDENT 0.0
.INDENT 3.5
15% if the service is good.
@@ -377,7 +377,7 @@
.UNINDENT
.UNINDENT
.sp
-\fBWARNING:\fP
+\fBWarning:\fP
.INDENT 0.0
.INDENT 3.5
Strong prose may provoke extreme mental exertion.
@@ -399,10 +399,10 @@
.sp
inline references \fIref something\fP .
Contained verbose. Nothing special.
-.SH TOP SECTION
+.SH Top Section
.sp
With mixed case
-.SH TOP SECTION B C D E F G
+.SH Top section b c d e f g
.sp
with character formatting.
.SH FILES
@@ -437,7 +437,7 @@
list items.
bullets and enumerators.
.UNINDENT
-.SH AUTHOR
+.SH Author
[email protected]
Organization: humankind
@@ -452,7 +452,7 @@
.fi
.UNINDENT
.UNINDENT
-.SH COPYRIGHT
+.SH Copyright
public domain
Behave responsible.
.\" End of generated man page.
Modified: trunk/sandbox/manpage-writer/expected-mandoc/test.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/test.ps 2024-05-19 16:03:42 UTC (rev 9717)
+++ trunk/sandbox/manpage-writer/expected-mandoc/test.ps 2024-05-19 16:17:27 UTC (rev 9718)
@@ -25,7 +25,7 @@
%%EndSetup
%%Page: 1 1
f1
-68.024 702.988(NAME)s
+68.024 702.988(Name)s
f0
87.274 687.599(rst2man)s
125.466(-)c
@@ -143,13 +143,13 @@
137.159(')c
143.572(`)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 2 2
f0
@@ -247,13 +247,13 @@
120.274(a)c
127.908(third)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 3 3
f0
@@ -408,13 +408,13 @@
424.259(more)c
449.614(text)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 4 4
f1
@@ -544,13 +544,13 @@
312.081(in)c
323.389(literal:)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 5 5
f0
@@ -732,23 +732,23 @@
143.187(man)c
f1
76.274 148.984(Admonitions)s
-87.274 133.595(ATTENTION!:)s
+87.274 133.595(Attention!:)s
f0
106.524 118.206(Directives)s
154.484(at)c
165.176(large.)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 6 6
f1
-118.415 702.988(CAUTION!:)s
+118.415 702.988(Caution!:)s
f0
106.524 687.599(Don't)s
134.937(take)c
@@ -763,13 +763,13 @@
168.245(at)c
178.937(work!)c
f1
-118.415 610.654(ERROR:)s
+118.415 610.654(Error:)s
f0
106.524 595.265(Does)s
131.879(not)c
148.687(compute.)c
f1
-118.415 564.487(HINT:)s
+118.415 564.487(Hint:)s
f0
106.524 549.098(It's)s
123.937(bigger)c
@@ -778,7 +778,7 @@
184.118(bread)c
211.299(box.)c
f1
-118.415 518.320(IMPORTANT:)s
+118.415 518.320(Important:)s
f0
106.524 487.542(+)s
106.876(o)c
@@ -804,7 +804,7 @@
157.333(your)c
180.246(data.)c
f1
-118.415 364.430(NOTE:)s
+118.415 364.430(Note:)s
f0
106.524 349.041(This)s
128.832(is)c
@@ -811,7 +811,7 @@
138.919(a)c
146.553(note.)c
f1
-118.415 318.263(TIP:)s
+118.415 318.263(Tip:)s
f0
106.524 302.874(15%)s
129.437(if)c
@@ -820,7 +820,7 @@
189.002(is)c
199.089(good.)c
f1
-118.415 272.096(WARNING:)s
+118.415 272.096(Warning:)s
f0
106.524 256.707(Strong)s
138.611(prose)c
@@ -858,13 +858,13 @@
f1
76.274 102.817(other)s
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 7 7
f0
@@ -880,21 +880,21 @@
321.893(Nothing)c
360.701(special.)c
f1
-68.024 672.210(TOP)s
-93.390(SECTION)c
+68.024 672.210(Top)s
+89.727(Section)c
f0
87.274 656.821(With)s
112.024(mixed)c
142.274(case)c
f1
-68.024 626.043(TOP)s
-93.390(SECTION)c
-145.651(B)c
-155.738(C)c
-166.430(D)c
-177.122(E)c
-187.209(F)c
-196.680(G)c
+68.024 626.043(Top)s
+89.727(section)c
+124.861(b)c
+133.727(c)c
+141.361(d)c
+150.227(e)c
+157.861(f)c
+164.274(g)c
f0
87.274 610.654(with)s
109.582(character)c
@@ -977,19 +977,19 @@
184.151(and)c
202.785(enumerators.)c
f1
-68.024 164.373(AUTHOR)s
+68.024 164.373(Author)s
f0
87.274 148.984([email protected])s
87.274 118.206(Organization:)s
150.513(humankind)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Page: 8 8
f0
@@ -1003,7 +1003,7 @@
106.524 656.821(A1B)s
130.053(2C3)c
f1
-68.024 626.043(COPYRIGHT)s
+68.024 626.043(Copyright)s
f0
87.274 610.654(public)s
117.524(domain)c
@@ -1010,13 +1010,13 @@
153.274(Behave)c
189.013(responsible.)c
f0
-68.024 739.233(RST2MAN\(1\))s
+68.024 739.233(rst2man\(1\))s
274.362(text)c
293.612(processing)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
68.024 36.245(0.0.1)s
281.853(2009-06-22)c
-480.095(RST2MAN\(1\))c
+495.990(rst2man\(1\))c
showpage
%%Trailer
%%Pages: 8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
Docutils-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-checkins