.\" $FabBSD$ .\" .\" Copyright (c) 2009-2010 Hypertriton, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES .\" (INCLUDING BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd $Mdocdate: January 5 2010 $ .Dt COORDINATES 7 .Os .Sh NAME .Nm coordinates .Nd standard FabBSD coordinate format .Sh DESCRIPTION Various commands such as .Xr move 1 accept arguments describing real-valued coordinates in a given number of dimensions: .Pp "x,y" # Coordinate in 2 dimensions "x,y,z,w" # Coordinate in 4 dimensions .Pp The coordinates may be separated by ":", "," or spaces. Since coordinates are often specified on the command-line, the minus ("-") sign may be substituted for "m": .Pp "-10:-20" "m10:m20" # Equivalent to -10:-20 .Pp Units may be specified along with the coordinates: .Pp "0.75in:0.50in" "10mm,20mm" "10,20mm" # Equivalent to 10mm,20mm "10,20" # Use default ($UNITS environment variable) .Pp See .Xr units 7 for the accepted units. When no units are specified with any of the coordinates, the default unit system given by the environment variable .Dv UNITS is used. .Sh SEE ALSO .Xr environ 7 , .Xr units 7 .Sh HISTORY The .Nm manual page first appeared in FabBSD 1.0.