[Python-modules-commits] r16870 - in packages/cssutils/trunk/debian/man (2 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue May 3 03:54:51 UTC 2011


    Date: Tuesday, May 3, 2011 @ 03:54:48
  Author: cjsmo-guest
Revision: 16870

reformatted manpages so options are bold and paramaters are italic

Modified:
  packages/cssutils/trunk/debian/man/csscombine.manpage1
  packages/cssutils/trunk/debian/man/cssparse.manpage1

Modified: packages/cssutils/trunk/debian/man/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscombine.manpage1	2011-05-03 03:43:39 UTC (rev 16869)
+++ packages/cssutils/trunk/debian/man/csscombine.manpage1	2011-05-03 03:54:48 UTC (rev 16870)
@@ -3,14 +3,14 @@
 .B
 csscombine\fR \- Utility to combine several stylesheets into one.
 .SH SYNOPSIS
-.B csscombine-script
-.RI [\-h
+.B csscombine
+.B [\-h
 |
 \-m]
-[\-s SOURCEENCODING]
-[\-t TARGETENCODING]
+[\-s\fI SOURCEENCODING\fR]
+[\-t\fI TARGETENCODING\fR]
 .br
-[\-u \fIURL\fR]
+[\-u\fI URL\fR]
 path...
 .br
 .SH DESCRIPTION
@@ -24,10 +24,10 @@
 target encoding is given.
 .SH OPTIONS
 .TP
-.B \-h\fI \fB\-\-help\fR
+.B \-h\fR \fB\-\-help\fR
 Show help message and exit.
 .TP
-.B \-m\fI \fB\-\-minify\fR
+.B \-m\fR \fB\-\-minify\fR
 Saves minified version of combined files, default is false.
 .TP
 .B \-s\fI SOURCEENCODING\fR, \fB\-\-sourceencoding\fR=\fISOURCEENCODING

Modified: packages/cssutils/trunk/debian/man/cssparse.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/cssparse.manpage1	2011-05-03 03:43:39 UTC (rev 16869)
+++ packages/cssutils/trunk/debian/man/cssparse.manpage1	2011-05-03 03:54:48 UTC (rev 16870)
@@ -4,12 +4,12 @@
 CSSParse\fR \- A CSS parser.
 .SH SYNOPSIS
 .B
-cssparse\-script
-.BI
+cssparse
+.B
 [\-d | \-m ]
-[\-e ENCODING]
-[\-s SOMESTRING]
-[\-u URL]
+[\-e\fI ENCODING\fR]
+[\-s\fI SOMESTRING\fR]
+[\-u\fI URL\fR]
 .br
 .RI filename1.css
 [filename2.css ...]




More information about the Python-modules-commits mailing list