summaryrefslogtreecommitdiffstats
path: root/doc/labelframe.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/labelframe.n')
-rw-r--r--doc/labelframe.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/labelframe.n b/doc/labelframe.n
index 4d3aacb..5027d34 100644
--- a/doc/labelframe.n
+++ b/doc/labelframe.n
@@ -47,7 +47,7 @@ widget command.
.OP \-height height Height
Specifies the desired height for the window in any of the forms
acceptable to \fBTk_GetPixels\fR.
-If this option is less than or equal to zero then the window will
+If this option is negative or zero then the window will
not request any size at all.
.OP \-labelanchor labelAnchor LabelAnchor
Specifies where to place the label. A label is only displayed if the
@@ -71,7 +71,7 @@ widget command.
.OP \-width width Width
Specifies the desired width for the window in any of the forms
acceptable to \fBTk_GetPixels\fR.
-If this option is less than or equal to zero then the window will
+If this option is negative or zero then the window will
not request any size at all.
.BE
.SH DESCRIPTION