diff options
author | fvogel <fvogelnew1@free.fr> | 2019-04-28 20:12:52 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-04-28 20:12:52 (GMT) |
commit | e57c2944853f97d7e668f937db46ac3cd40b3994 (patch) | |
tree | 114fcfcb14c73ebb1498495b0360d7a0738bc1de /doc | |
parent | e1c72469006c017837637353b241baf64dbb5e38 (diff) | |
download | tk-e57c2944853f97d7e668f937db46ac3cd40b3994.zip tk-e57c2944853f97d7e668f937db46ac3cd40b3994.tar.gz tk-e57c2944853f97d7e668f937db46ac3cd40b3994.tar.bz2 |
Fix typo in man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_widget.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index 2e47b46..281ce74 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.n @@ -257,7 +257,7 @@ Adjusts the view in the window so that the item \fIfraction\fR of the way through the content appears at the top edge of the window. \fIFraction\fR must be a fraction between 0 and 1. .TP -\fIpathName \fBxview scroll \fInumber what\fR +\fIpathName \fByview scroll \fInumber what\fR This command shifts the view in the window up or down according to \fInumber\fR and \fIwhat\fR. \fINumber\fR must be an integer. |