diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-13 14:02:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-13 14:02:23 (GMT) |
commit | 4307d0a739ddfd9545e59a0ccf16067fc2dab2a2 (patch) | |
tree | f399cf6578abde4532ed6b0f40ae2aa562eff10d /doc/PkgRequire.3 | |
parent | 9c0541d0e4b22e9f9e12d754ba7c9bb1c430a0a8 (diff) | |
download | tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.zip tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.gz tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.bz2 |
Follow-up to previous commit: Let's not break TIP #627 either. Also adapt documentation (will be needed to be done anyway)
Diffstat (limited to 'doc/PkgRequire.3')
-rw-r--r-- | doc/PkgRequire.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PkgRequire.3 b/doc/PkgRequire.3 index 8932135..1b76ed6 100644 --- a/doc/PkgRequire.3 +++ b/doc/PkgRequire.3 @@ -55,7 +55,7 @@ Pointer to place to store the value associated with the matching package. It is only changed if the pointer is not NULL and the function completed successfully. The storage can be any pointer type with the same size as a void pointer. -.AP size_t objc in +.AP Tcl_Size objc in Number of requirements. .AP Tcl_Obj* objv[] in Array of requirements. |