diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-23 12:12:43 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-23 12:12:43 +0000 |
| commit | 4331a5315f7527fb33a657525396c4fc7a3a8e94 (patch) | |
| tree | fec4ba8c873dbd1e79d38d56a4a7bd0eb059c7e6 | |
| parent | f4ea4fd46935c7071f35a096116dca79fc8c5aa9 (diff) | |
| download | docutils-4331a5315f7527fb33a657525396c4fc7a3a8e94.tar.gz | |
Fix remark
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8419 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | sandbox/manpage-writer/expected/optionslisttest.man | 3 | ||||
| -rw-r--r-- | sandbox/manpage-writer/input/optionslisttest.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sandbox/manpage-writer/expected/optionslisttest.man b/sandbox/manpage-writer/expected/optionslisttest.man index f90d163f8..4b0c8f170 100644 --- a/sandbox/manpage-writer/expected/optionslisttest.man +++ b/sandbox/manpage-writer/expected/optionslisttest.man @@ -187,8 +187,7 @@ Defintions lists are not nested More Description for term3. .UNINDENT .sp -This paragraph should be at level 0. But the rst\-manpage writer has a -bug here. See the option list above. +This paragraph should be at level 0 again. .SH AUTHOR h.goebel@goebel-consult.de .SH COPYRIGHT diff --git a/sandbox/manpage-writer/input/optionslisttest.txt b/sandbox/manpage-writer/input/optionslisttest.txt index 9f1e2141d..269216cd8 100644 --- a/sandbox/manpage-writer/input/optionslisttest.txt +++ b/sandbox/manpage-writer/input/optionslisttest.txt @@ -141,6 +141,5 @@ DEFINITION LIST More Description for term3. -This paragraph should be at level 0. But the rst-manpage writer has a -bug here. See the option list above. +This paragraph should be at level 0 again. |
