[Python-modules-commits] r23874 - in packages/python-markdown/trunk/debian (2 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Apr 8 10:16:57 UTC 2013
Date: Monday, April 8, 2013 @ 10:16:55
Author: mitya57-guest
Revision: 23874
* Update man page:
- Correctly escape hyphens.
- Make DESCRIPTION section come after SYNOPSIS and remove
AUTHOR section.
Modified:
packages/python-markdown/trunk/debian/changelog
packages/python-markdown/trunk/debian/markdown_py.1
Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog 2013-04-07 23:27:46 UTC (rev 23873)
+++ packages/python-markdown/trunk/debian/changelog 2013-04-08 10:16:55 UTC (rev 23874)
@@ -1,3 +1,12 @@
+python-markdown (2.3.1-2) UNRELEASED; urgency=low
+
+ * Update man page:
+ - Correctly escape hyphens.
+ - Make DESCRIPTION section come after SYNOPSIS and remove
+ AUTHOR section.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Mon, 08 Apr 2013 14:11:12 +0400
+
python-markdown (2.3.1-1) unstable; urgency=low
* New upstream release, with native Python 3 support.
Modified: packages/python-markdown/trunk/debian/markdown_py.1
===================================================================
--- packages/python-markdown/trunk/debian/markdown_py.1 2013-04-07 23:27:46 UTC (rev 23873)
+++ packages/python-markdown/trunk/debian/markdown_py.1 2013-04-08 10:16:55 UTC (rev 23874)
@@ -8,43 +8,40 @@
.RS 0
(STDIN is assumed if no INPUT_FILE is given)
+.SH DESCRIPTION
+Command-line Markdown compiler based on python\-markdown module, with extensions support.
+
.SH OPTIONS
.TP
-\fB--version\fR
+\fB\-\-version\fR
Show program's version number and exit.
.TP
-\fB-h\fR, \fB--help\fR
+\fB\-h\fR, \fB\-\-help\fR
Show the help message and exit.
.TP
-\fB-f \fIOUTPUT_FILE\fR, \fB--file=\fIOUTPUT_FILE\fR
+\fB\-f \fIOUTPUT_FILE\fR, \fB\-\-file=\fIOUTPUT_FILE\fR
Write output to OUTPUT_FILE. Defaults to STDOUT.
.TP
-\fB-e \fIENCODING\fR, \fB--encoding=\fIENCODING\fR
+\fB\-e \fIENCODING\fR, \fB\-\-encoding=\fIENCODING\fR
Encoding for input and output files.
.TP
-\fB-q\fR, \fB--quiet\fR
+\fB\-q\fR, \fB\-\-quiet\fR
Suppress all warnings.
.TP
-\fB-v\fR, \fB--verbose\fR
+\fB\-v\fR, \fB\-\-verbose\fR
Print all warnings.
.TP
-\fB-s \fISAFE_MODE\fR, \fB--safe=\fISAFE_MODE\fR
+\fB\-s \fISAFE_MODE\fR, \fB\-\-safe=\fISAFE_MODE\fR
\'replace\', \'remove\' or \'escape\' HTML tags in input.
.TP
-\fB-o \fIOUTPUT_FORMAT\fR, \fB--output_format=\fIOUTPUT_FORMAT\fR
+\fB\-o \fIOUTPUT_FORMAT\fR, \fB\-\-output_format=\fIOUTPUT_FORMAT\fR
\'xhtml1\' (default), \'html4\' or \'html5\'.
.TP
-\fB--noisy\fR
+\fB\-\-noisy\fR
Print debug messages.
.TP
-\fB-x \fIEXTENSION\fR, \fB--extension=\fIEXTENSION\fR
+\fB\-x \fIEXTENSION\fR, \fB\-\-extension=\fIEXTENSION\fR
Load extension EXTENSION.
.TP
-\fB-n\fR, \fB--no_lazy_ol\fR
+\fB\-n\fR, \fB\-\-no_lazy_ol\fR
Observe number of first item of ordered lists.
-
-.SH DESCRIPTION
-Command-line Markdown compiler based on python-markdown module, with extensions support.
-
-.SH AUTHOR
-This manual page was written by Dmitry Shachnev <mitya57 at gmail.com>.
More information about the Python-modules-commits
mailing list