Description: Properly escape dashes in man pages
Author: Markus Wanner <markus@bluegap.ch>
Last-Update: 2013-04-14
Applied-Upstream: 2.1.0, http://trac.osgeo.org/postgis/changeset/11305/trunk

--- a/doc/man/shp2pgsql.1
+++ b/doc/man/shp2pgsql.1
@@ -28,7 +28,7 @@
 .LP 
 The loader has several operating modes distinguished by command line flags:
 
-(Note that -a, -c, -d and -p are mutually exclusive.)
+(Note that \-a, \-c, \-d and \-p are mutually exclusive.)
 .TP 
 \fB\-d\fR
 Drops the database table before creating a new table with the data in the 
@@ -50,8 +50,8 @@
 .TP 
 \fB\-D\fR
 Use the PostgreSQL "dump" format for the output data. This can be combined 
-with -a, -c and -d. It is much faster to load than the default "insert" SQL
-format. Use this for very large data sets.
+with \-a, \-c and \-d. It is much faster to load than the default "insert"
+SQL format. Use this for very large data sets.
 .TP 
 \fB\-w\fR
 Output WKT format, instead of WKB.  Note that this can
@@ -61,12 +61,12 @@
 Execute each statement on its own, without using a transaction.
 This allows loading of the majority of good data when there are some bad
 geometries that generate errors.  Note that this cannot be used with the
--D flag as the "dump" format always uses a transaction.
+\-D flag as the "dump" format always uses a transaction.
 .TP 
 \fB\-s\fR [<\fIFROM_SRID\fR>:]<\fISRID\fR>
 Creates and populates the geometry tables with the specified SRID.
 If FROM_SRID is given, the geometries will be reprojected.
-Reprojection cannot be used with -D.
+Reprojection cannot be used with \-D.
 .TP 
 \fB\-G\fR
 Use the geography type instead of geometry.  Geography is used to store
@@ -102,12 +102,12 @@
 .TP 
 \fB\-T\fR <\fItablespace\fR>
 Specify the tablespace for the new table.  Indexes will still use the
-default tablespace unless the -X parameter is also used.  The PostgreSQL
+default tablespace unless the \-X parameter is also used.  The PostgreSQL
 documentation has a good description on when to use custom tablespaces.
 .TP 
 \fB\-X\fR <\fItablespace\fR>
 Specify the tablespace for the new table's indexes.  This applies to
-the primary key index, and the GIST spatial index if -I is also used.
+the primary key index, and the GIST spatial index if \-I is also used.
 .TP 
 \fB\-?\fR
 Display version and usage information.
--- a/doc/man/pgsql2shp.1
+++ b/doc/man/pgsql2shp.1
@@ -93,7 +93,7 @@
 An example session using the dumper to create shape file from a database might
 look like this:
 
-# \fBpgsql2shp -f myfile -p 5555 my_db roads_table\fR
+# \fBpgsql2shp \-f myfile \-p 5555 my_db roads_table\fR
 
 .SH "AUTHORS"
 .LP
