summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-30 08:43:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-30 08:43:07 -0400
commitf3b03b4f5e1b1e8f808d425420c5ae6b0a1d15dc (patch)
treebb2491fc064079ff07653c7cc3ed7d59412838bb /doc/python-coverage.1.txt
parent18aec68cbfafaabdd4840e7e1d9715880f7e3161 (diff)
downloadpython-coveragepy-f3b03b4f5e1b1e8f808d425420c5ae6b0a1d15dc.tar.gz
A few more tweaks to the man page
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 8f7e5c0..8d3380e 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