diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-30 08:43:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-30 08:43:07 -0400 |
commit | d022939e885a756f838b031f9e2f47fecbebd0f2 (patch) | |
tree | c635fc25bf0a6f14f966cc2421cda8f863ea384a | |
parent | 224ed2a20e4df15c1be151cb3b1c93f82f94246f (diff) | |
download | python-coveragepy-git-d022939e885a756f838b031f9e2f47fecbebd0f2.tar.gz |
A few more tweaks to the man page
-rw-r--r-- | doc/python-coverage.1.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 8f7e5c06..8d3380e1 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -6,6 +6,7 @@ python-coverage measure code coverage of Python program execution ------------------------------------------------- +:Author: Ned Batchelder <ned@nedbatchelder.com> :Author: |author| :Date: 2013-09-09 :Copyright: BSD license, attribution and disclaimer required. @@ -14,13 +15,16 @@ measure code coverage of Python program execution .. |command| replace:: **python-coverage** +.. + To test this file: + $ rst2man < doc/python-coverage.1.txt | groff -man -Tascii + SYNOPSIS ======== | |command| `command` [ `option` ... ] | |command| **help** [ `command` ] -| |command| **help** **classic** DESCRIPTION |