From d46657f1f739cdf35daf961140c922498eb151f7 Mon Sep 17 00:00:00 2001
From: "jan.nijtmans" <nijtmans@users.sourceforge.net>
Date: Mon, 24 Jan 2022 11:15:39 +0000
Subject: Don't document the size_t form of Tcl_GetStringFromObj() (yet),
 because it's only available if TCL_NO_DEPRECATED is defined

---
 doc/StringObj.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/StringObj.3 b/doc/StringObj.3
index 90b53f2..1b04dd4 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -121,7 +121,7 @@ the last one available.
 Points to a value to manipulate.
 .AP Tcl_Obj *appendObjPtr in
 The value to append to \fIobjPtr\fR in \fBTcl_AppendObjToObj\fR.
-.AP size_t | int *lengthPtr out
+.AP int *lengthPtr out
 The location where \fBTcl_GetStringFromObj\fR will store the length
 of a value's string representation. May be (int *)NULL when not used.
 .AP "const char" *string in
-- 
cgit v0.12