diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-04 14:26:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-04 14:26:50 (GMT) |
commit | 7510073a3db80f1dd4261ad1f602d4fc719efdb8 (patch) | |
tree | aa054f9539931d2252d0856ba3761559b91ef822 /doc | |
parent | 2fa48e044573693869cc6412efc1aaf4a51917bd (diff) | |
download | tk-7510073a3db80f1dd4261ad1f602d4fc719efdb8.zip tk-7510073a3db80f1dd4261ad1f602d4fc719efdb8.tar.gz tk-7510073a3db80f1dd4261ad1f602d4fc719efdb8.tar.bz2 |
Minor doc fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetScroll.3 | 4 | ||||
-rw-r--r-- | doc/SetOptions.3 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/GetScroll.3 b/doc/GetScroll.3 index a71986d..2615301 100644 --- a/doc/GetScroll.3 +++ b/doc/GetScroll.3 @@ -25,13 +25,13 @@ int Interpreter to use for error reporting. .AP int objc in Number of Tcl_Obj's in \fIobjv\fR array. -.AP "Tcl_Obj *const" objv[] in +.AP "Tcl_Obj *const *" objv in Argument objects. These represent the entire widget command, of which the first word is typically the widget name and the second word is typically \fBxview\fR or \fByview\fR. .AP int argc in Number of strings in \fIargv\fR array. -.AP "const char" *argv[] in +.AP "const char **" argv in Argument strings. These represent the entire widget command, of which the first word is typically the widget name and the second word is typically \fBxview\fR or \fByview\fR. diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index ae6e353..2a37de7 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -63,7 +63,7 @@ no window-dependent options, then a NULL value may be supplied for this argument. .AP int objc in Number of values in \fIobjv\fR. -.AP Tcl_Obj "*const objv[]" in +.AP Tcl_Obj "*const *objv" in Command-line arguments for setting configuring options. .AP Tk_SavedOptions *savePtr out If not NULL, the structure pointed to by this argument is filled |