[SCM] mapserver branch, jessie, updated. upstream/6.2.1-74-gb4096fc
Bas Couwenberg
sebastic at xs4all.nl
Fri Jul 5 23:23:48 UTC 2013
The following commit has been merged in the jessie branch:
commit b4096fc118aa8c2e3f51784ce1a80bc91e525409
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 6 01:19:20 2013 +0200
Fix scalebar options.
diff --git a/debian/man/scalebar.1.xml b/debian/man/scalebar.1.xml
index b729f0e..5202263 100644
--- a/debian/man/scalebar.1.xml
+++ b/debian/man/scalebar.1.xml
@@ -9,14 +9,16 @@
<refnamediv>
<refname>scalebar</refname>
- <refpurpose>create a scalebar from a mapfile</refpurpose>
+ <refpurpose>create a scalebar image from a mapfile</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>scalebar</command>
<group>
- <arg choice='plain'><replaceable>mapfile</replaceable> <replaceable>outputimage</replaceable></arg>
+ <arg choice='plain'><replaceable>mapfile</replaceable>
+ <arg choice='plain'><replaceable>outputimage</replaceable></arg>
+ </arg>
<arg choice='opt'>-v</arg>
</group>
</cmdsynopsis>
@@ -25,8 +27,9 @@
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
- <command>scalebar</command> creates a scalebar from a mapfile. Output is
- either PNG or GIF depending on what version of the GD library used.
+ <command>scalebar</command> creates a scalebar image from a mapfile.
+ Output is either PNG or GIF depending on what version of the GD library
+ used.
</para>
</refsect1>
@@ -35,9 +38,16 @@
<variablelist>
<varlistentry>
- <term><replaceable>mapfile</replaceable> <replaceable>outputimage</replaceable></term>
+ <term><replaceable>mapfile</replaceable></term>
<listitem>
- <para>Creates a scalebar from a mapfile.</para>
+ <para>Path to the mapfile.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><replaceable>outputimage</replaceable></term>
+ <listitem>
+ <para>Path to the output image file.</para>
</listitem>
</varlistentry>
--
Mapserver
More information about the Pkg-grass-devel
mailing list