From dc4141325f218e7c2f29316286af066d811af914 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 14 Apr 2011 19:27:38 +0000 Subject: [PATCH] Remove extra -k entry --- cmd/gvmap/gvmap.1 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/cmd/gvmap/gvmap.1 b/cmd/gvmap/gvmap.1 index 8f8cafcac..4fbe3ed65 100644 --- a/cmd/gvmap/gvmap.1 +++ b/cmd/gvmap/gvmap.1 @@ -37,10 +37,10 @@ suggested. If k = -1, a suitable value of k is automatically selected based on the graph size. By default k = -1. .TP .BI \-b " v" -The real number v specified the line width used to draw the polygon boundaries, with v < 0 for no line. By default v = 0. +The real number v specifies the line width used to draw the polygon boundaries, with v < 0 for no line. By default v = 0. .TP .BI \-c " k" -The integer k specified color scheme used to color the countries. By default k = 1. +The integer k specifies color scheme used to color the countries. By default k = 1. .TP Acceptable values are: 0 : no polygons @@ -54,29 +54,25 @@ The integer k specified color scheme used to color the countries. By default k = 8 : light grey .TP .BI \-C " d" -The integer d specified the maximum number of clusters (countries) allowed. By default d = 0, which means that there is no limit. +The integer d specifies the maximum number of clusters (countries) allowed. By default d = 0, which means that there is no limit. .TP .BI \-d " d" -The integer d specified the random seed used during color assignment optimization that maximize color difference between neighbpring countries. +The integer d specifies the random seed used during color assignment optimization that maximize color difference between neighbpring countries. .TP .BI \-e If specified, edges will be included in the final output. .TP -.BI \-k -Increases randonesss of boundary -.TP -.TP .BI \-g " c" -Specified the bounding box color. If not specified, a bounding box is not drawn. +Specifies the bounding box color. If not specified, a bounding box is not drawn. .TP .BI \-k -When specified, increase the randomesss of outer boundary. +If specified, increases the randomesss of outer boundary. .TP .BI \-r " k" The number of random points k (integer) used to define sea and lake boundaries. If 0, auto assigned. By default v = 0 .TP .BI \-s " v" -The real number v specified the depth of the sea and lake shores in points. If 0, auto assigned. By default v = 0. +The real number v specifies the depth of the sea and lake shores in points. If 0, auto assigned. By default v = 0. .TP .BI \-O Do NOT do color assignment optimization that maximizes color difference between neighboring countries -- 2.40.0