From d088f7bb9d74f7cb7bf988eea837a07d40d5c992 Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 5 Mar 2008 14:40:32 +0000 Subject: [PATCH] Fix typo git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@5530 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/manpage-writer/README.txt | 2 +- sandbox/manpage-writer/expected/compact_lists.man | 11 +++++++++-- sandbox/manpage-writer/input/compact_lists.txt | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) create mode 120000 sandbox/manpage-writer/input/compact_lists.txt diff --git a/sandbox/manpage-writer/README.txt b/sandbox/manpage-writer/README.txt index 1b0e0420e..6e717370f 100644 --- a/sandbox/manpage-writer/README.txt +++ b/sandbox/manpage-writer/README.txt @@ -114,7 +114,7 @@ Change log - 2008-03-05: patch from htgoebel * Support formats for literal - * references are not typeset in italics (or what ever the + * references are now typeset in italics (or what ever the renderer uses as italic font) * corrected output for emphasis * corrected dedenting after (bullet-, enum-, definition-, diff --git a/sandbox/manpage-writer/expected/compact_lists.man b/sandbox/manpage-writer/expected/compact_lists.man index 067719cc7..60d2d21a7 100644 --- a/sandbox/manpage-writer/expected/compact_lists.man +++ b/sandbox/manpage-writer/expected/compact_lists.man @@ -1,7 +1,6 @@ .TH "" "" "" .SH NAME \- - .\" Man page generated from reStructeredText. .TP 2 @@ -14,6 +13,8 @@ This is an ordinary simple bullet list. It should be made compact (

&

tags omitted). +.RE + .sp .ce ---- @@ -38,6 +39,8 @@ It should not be made compact. Even though some items may have only one paragraph. +.RE + .sp .ce ---- @@ -55,6 +58,8 @@ This is a simple bullet list, but class="open" is set. It should not be made compact. +.RE + .sp .ce ---- @@ -93,5 +98,7 @@ by vertical whitespace because of the later paragraphs. The effect is interesting. -.\" Generated by docutils manpage writer on 2007-06-01 19:54. +.RE + +.\" Generated by docutils manpage writer on 2008-03-05 14:09. .\" diff --git a/sandbox/manpage-writer/input/compact_lists.txt b/sandbox/manpage-writer/input/compact_lists.txt new file mode 120000 index 000000000..05921067b --- /dev/null +++ b/sandbox/manpage-writer/input/compact_lists.txt @@ -0,0 +1 @@ +../../../docutils/test/functional/input/compact_lists.txt \ No newline at end of file -- 2.11.4.GIT