From d022939e885a756f838b031f9e2f47fecbebd0f2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Sep 2013 08:43:07 -0400 Subject: A few more tweaks to the man page --- doc/python-coverage.1.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/python-coverage.1.txt') 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 :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 -- cgit v1.2.1