From 21b4140d571af90d83679ac5dc96b449a0ac1fcb Mon Sep 17 00:00:00 2001 From: geoghegan Date: Mon, 19 Sep 2011 14:15:22 +0000 Subject: Fix:Manpage: Escapes the minus character in the maptool manpage as per ticket #937 | Thanks, Pini git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4786 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- man/maptool.1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man') diff --git a/man/maptool.1 b/man/maptool.1 index 9d873b34a..a812a75a5 100644 --- a/man/maptool.1 +++ b/man/maptool.1 @@ -4,14 +4,14 @@ maptool \- parse osm textfile and convert to Navit binfile format .SH SYNOPSIS .B For OSM XML data: .B bzcat planet.osm.bz2 | maptool mymap.bin -[-h] [-2] [-5 ] [-6] [-a ] [-c] -[-d ] [-i ] [-k] [-M] [-N] [-o] [-r ] [-s ] -[-S ] [-w] [-W] [-U] [-z ] +[\-h] [\-2] [\-5 ] [\-6] [\-a ] [\-c] -[\-d ] [\-i ] [\-k] [\-M] [\-N] [\-o] [\-r ] [\-s ] +[\-S ] [\-w] [\-W] [\-U] [\-z ] .B For OSM Protobuf/PBF data: -.B maptool --protobuf -i planet.osm.pbf planet.bin -[-h] [-2] [-5 ] [-6] [-a ] [-c] [-e ] -[-i ] [-k] [-M] [-N] [-o] [-P] [-r ] [-s ] -[-S ] [-w] [-W] [-U] [-z ] +.B maptool \-\-protobuf \-i planet.osm.pbf planet.bin +[\-h] [\-2] [\-5 ] [\-6] [\-a ] [\-c] [\-e ] +[\-i ] [\-k] [\-M] [\-N] [\-o] [\-P] [\-r ] [\-s ] +[\-S ] [\-w] [\-W] [\-U] [\-z ] .SH DESCRIPTION maptool parses osm textfile and converts it to Navit binfile format .SH OPTIONS @@ -25,7 +25,7 @@ convert ways and polygons to POIs when applicable \-4 (\-\-md5) set file where to write md5 sum .TP -\-6 (-\-64bit) +\-6 (\-\-64bit) set zip 64 bit compression .TP \-a (\-\-attr-debug-level) @@ -52,7 +52,7 @@ process only nodes \-o (\-\-coverage) converts every street to street_converage, resulting in a big fat black line. You can overlay this map with another vector map or image map, and every street -you will still see is missing in the -o map +you will still see is missing in the \-o map .TP \-P (\-\-protobuf) input file is protobuf -- cgit v1.2.1