summaryrefslogtreecommitdiffstats
path: root/doc/scale.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-12-03 17:33:41 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-12-03 17:33:41 (GMT)
commitb6b9fed2f79b044cbfd003899b19f5ace1f0d48a (patch)
tree3129e00d6cc9d9cdd19b4d88051dd2145a74a2a4 /doc/scale.n
parente6adbacc0a2e030f93397d369841732a6e087c0d (diff)
downloadtk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.zip
tk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.tar.gz
tk-b6b9fed2f79b044cbfd003899b19f5ace1f0d48a.tar.bz2
Clarify wording for -width in the man page for scale. Thanks to Adil Gourinda.
Diffstat (limited to 'doc/scale.n')
-rw-r--r--doc/scale.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/scale.n b/doc/scale.n
index 0504b4b..6b960ce 100644
--- a/doc/scale.n
+++ b/doc/scale.n
@@ -91,10 +91,10 @@ value.
Whenever the scale is manipulated interactively, the variable
will be modified to reflect the scale's new value.
.OP \-width width Width
-Specifies the desired narrow dimension of the trough in screen units
+Specifies the desired narrow dimension of the scale in screen units
(i.e. any of the forms acceptable to \fBTk_GetPixels\fR).
-For vertical scales this is the trough's width; for horizontal scales
-this is the trough's height.
+For vertical scales this is the scale's width; for horizontal scales
+this is the scale's height.
.BE
.SH DESCRIPTION
.PP