diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-22 15:43:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-22 15:43:18 (GMT) |
commit | 4dc25bde7ef9ad66f1511f6225c5eec5e526f068 (patch) | |
tree | 9906b10491082ca256832867a828be700b906dbd /doc/GetDash.3 | |
parent | 44690695232e710466448fb028a037136342bbdf (diff) | |
download | tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.zip tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.gz tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.bz2 |
More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]
Diffstat (limited to 'doc/GetDash.3')
-rw-r--r-- | doc/GetDash.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/GetDash.3 b/doc/GetDash.3 index 32954e6..dc91012 100644 --- a/doc/GetDash.3 +++ b/doc/GetDash.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetDash.3,v 1.2 1999/12/22 23:01:33 hobbs Exp $ +'\" RCS: @(#) $Id: GetDash.3,v 1.3 2004/08/22 15:43:20 dkf Exp $ '\" .so man.macros .TH Tk_GetDash 3 8.3 Tk "Tk Library Procedures" @@ -46,7 +46,7 @@ are drawn transparent. The second possible syntax is a character list containing only 5 possible characters \fB[.,-_ ]\fR. The space can be used to enlarge the space between other line elements, and can not -occur as the first posibion in the string. Some examples: +occur as the first position in the string. Some examples: -dash . = -dash {2 4} -dash - = -dash {6 4} -dash -. = -dash {6 4 2 4} @@ -55,7 +55,7 @@ occur as the first posibion in the string. Some examples: -dash , = -dash {4 4} .PP The main difference of this syntax with the previous is that it -it shape-conserving. This means that all values in the dash +is shape-conserving. This means that all values in the dash list will be multiplied by the line width before display. This assures that "." will always be displayed as a dot and "-" always as a dash regardless of the line width. |