[SCM] mapcache branch, master, updated. upstream/1.0.0-37-g9911706
Bas Couwenberg
sebastic at xs4all.nl
Wed Jul 17 22:20:02 UTC 2013
The following commit has been merged in the master branch:
commit 99117066044b8d579074e7dc11152b89a189e2b4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jul 18 00:05:49 2013 +0200
Fix hyphen-used-as-minus-sign in man page by always marking options as such.
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>
--
Packaging for MapCache
More information about the Pkg-grass-devel
mailing list