[mapcache] 27/43: Fix hyphen-used-as-minus-sign in man page by always marking options as such.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Jun 25 20:52:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch wheezy-backports
in repository mapcache.

commit 7cb9167886f4182a67d0df2c520c5f76d34046ff
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 17 23:50:34 2013 +0200

    Fix hyphen-used-as-minus-sign in man page by always marking options as such.
---
 debian/mapcache_seed.1.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/mapcache_seed.1.xml b/debian/mapcache_seed.1.xml
index a3d92b3..8ea4512 100644
--- a/debian/mapcache_seed.1.xml
+++ b/debian/mapcache_seed.1.xml
@@ -12,11 +12,10 @@
     <refpurpose>generate tiles to seed mapcache</refpurpose>
   </refnamediv>
 
-  <!-- body begins here -->
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
       <command>mapcache_seed</command>
-      <arg choice='plain'>-c <replaceable>/path/to/mapcache.xml</replaceable></arg>
+      <arg choice='plain'><option>-c</option> <replaceable>/path/to/mapcache.xml</replaceable></arg>
       <arg choice='opt'><replaceable>options</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -107,7 +106,8 @@
             tiles from the WMS source. The default is 1, but can be set higher
             if the WMS server can withstand parallel requests (as a rule of thumb,
             the value chosen here should never be much higher than the number
-            of cpus on the WMS server). (Incompatible with -p/--nprocesses).
+            of cpus on the WMS server). (Incompatible with
+            <option>-p</option>/<option>--nprocesses</option>).
           </para>
         </listitem>
       </varlistentry>
@@ -118,7 +118,8 @@
         <listitem>
           <para>
             Number of parallel processes that should be used to request
-            tiles from the WMS source. (Incompatible with -n/--nthreads).
+            tiles from the WMS source. (Incompatible with
+            <option>-n</option>/<option>--nthreads</option>).
           </para>
         </listitem>
       </varlistentry>
@@ -146,7 +147,8 @@
           <para>
             Used to specify which dimension to use if the tileset supports
             dimensions. Can be used multiple times to set multiple
-            dimensions, e.g. -D "DIM1=VAL1" -D "DIM2=VAL2".
+            dimensions, e.g. <option>-D</option> "DIM1=VAL1"
+            <option>-D</option> "DIM2=VAL2".
           </para>
         </listitem>
       </varlistentry>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git



More information about the Pkg-grass-devel mailing list