From 24d078391fff2b8a3a96ac76e868c68e16f6a062 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 9 Apr 2003 14:01:37 +0000 Subject: moved -m option from cs2cs.1 to proj.1 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1143 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- man/man1/cs2cs.1 | 16 ---------------- man/man1/proj.1 | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'man') diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1 index 4c943719..e1916c5e 100644 --- a/man/man1/cs2cs.1 +++ b/man/man1/cs2cs.1 @@ -86,22 +86,6 @@ expected input from longitude-latitude or x-y to latitude-longitude or y-x. This options reverses the order of the output from x-y or longitude-latitude to y-x or latitude-longitude. .TP -.BI \-m " mult" -The cartesian data may be scaled by the -.I mult -parameter. -When processing data in a forward projection mode the -cartesian output values are multiplied by -.I mult -otherwise the input cartesian values are divided by -.I mult -before inverse projection. -If the first two characters of -.I mult -are 1/ or 1: then the reciprocal value of -.I mult -is employed. -.TP .BI \-f " format" .I Format is a diff --git a/man/man1/proj.1 b/man/man1/proj.1 index ef6daa0c..61733f82 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -135,6 +135,22 @@ For conformal projections meridinal and parallel scales factors will be equal and angular distortion zero. Equal area projections will have an area factor of 1. .TP +.BI \-m " mult" +The cartesian data may be scaled by the +.I mult +parameter. +When processing data in a forward projection mode the +cartesian output values are multiplied by +.I mult +otherwise the input cartesian values are divided by +.I mult +before inverse projection. +If the first two characters of +.I mult +are 1/ or 1: then the reciprocal value of +.I mult +is employed. +.TP .BI \-f " format" .I Format is a -- cgit v1.2.3