diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-06 19:50:57 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-06 19:50:57 +0000 |
| commit | 388e9f71675a377332095acce43be7c50400a476 (patch) | |
| tree | 8387f34ddf11adc7bdfdd40e20e78dec56be2bd9 /docutils/test/functional | |
| parent | 48ac3136c285a9d1a8c442b4f08f6a66658a7d2e (diff) | |
| download | docutils-388e9f71675a377332095acce43be7c50400a476.tar.gz | |
Apply patch #160: move macro defs above .TH (thanks Willie and sorry for the delay).
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8669 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_manpage.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_manpage.man b/docutils/test/functional/expected/standalone_rst_manpage.man index 7a51314d8..c4dd5a6d3 100644 --- a/docutils/test/functional/expected/standalone_rst_manpage.man +++ b/docutils/test/functional/expected/standalone_rst_manpage.man @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "RST2MAN" 1 "2006-10-22" "0.1" "text processing" -.SH NAME -rst2man \- generate unix manpages from reStructured text . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "RST2MAN" 1 "2006-10-22" "0.1" "text processing" +.SH NAME +rst2man \- generate unix manpages from reStructured text .\" TODO: authors and author with name <email> . .SH SYNOPSIS |
