summaryrefslogtreecommitdiffstats
path: root/doc/StaticLibrary.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/StaticLibrary.3')
-rw-r--r--doc/StaticLibrary.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/StaticLibrary.3 b/doc/StaticLibrary.3
index fb97205..83a9a07 100644
--- a/doc/StaticLibrary.3
+++ b/doc/StaticLibrary.3
@@ -24,8 +24,8 @@ already been incorporated (i.e., the caller has already invoked the
appropriate initialization procedure). NULL means the library
has not yet been incorporated into any interpreter.
.AP "const char" *prefix in
-Prefix for library initialization function; should be properly
-capitalized (first letter upper-case, all others lower-case).
+Prefix for library initialization function. Normally in titlecase (first
+letter upper-case, all others lower-case), but this is no longer required.
.AP Tcl_LibraryInitProc *initProc in
Procedure to invoke to incorporate this library into a trusted
interpreter.