From 4f36ce71ddc612a8e496c2832a9d0d2633cb03f1 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 7 Sep 2023 11:02:24 +0000 Subject: Fix examples (which don't output ".utf16" any more) --- doc/FindExec.3 | 4 ++-- doc/InitSubSyst.3 | 4 ++-- doc/Panic.3 | 4 ++-- doc/zipfs.3 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/FindExec.3 b/doc/FindExec.3 index 7f8c8a4..6156382 100644 --- a/doc/FindExec.3 +++ b/doc/FindExec.3 @@ -35,8 +35,8 @@ Tcl. For example, it is needed on some platforms in the implementation of the \fBload\fR command. It is also returned by the \fBinfo nameofexecutable\fR command. .PP -The result of \fBTcl_FindExecutable\fR is the full Tcl version (e.g., -\fB8.7.0+abcdef...abcdef.gcc-1002.utf16\fR). +The result of \fBTcl_FindExecutable\fR is the full Tcl version with build +information (e.g., \fB8.7.0+abcdef...abcdef.gcc-1002\fR). .PP On UNIX platforms this procedure is typically invoked as the very first thing in the application's main program; it must be passed diff --git a/doc/InitSubSyst.3 b/doc/InitSubSyst.3 index 89f2b88..0d09a41 100644 --- a/doc/InitSubSyst.3 +++ b/doc/InitSubSyst.3 @@ -21,8 +21,8 @@ The \fBTcl_InitSubsystems\fR procedure initializes the Tcl library. This procedure is typically invoked as the very first thing in the application's main program. .PP -The result of \fBTcl_InitSubsystems\fR is the full Tcl version (e.g., -\fB8.7.0+abcdef...abcdef.gcc-1002.utf16\fR). +The result of \fBTcl_InitSubsystems\fR is the full Tcl version with build +information (e.g., \fB8.7.0+abcdef...abcdef.gcc-1002\fR). .PP \fBTcl_InitSubsystems\fR is very similar in use to \fBTcl_FindExecutable\fR. It can be used when Tcl is diff --git a/doc/Panic.3 b/doc/Panic.3 index bd019db..5abe1dd 100644 --- a/doc/Panic.3 +++ b/doc/Panic.3 @@ -82,8 +82,8 @@ making calls into the Tcl library, or into other libraries that may call the Tcl library, since the original call to \fBTcl_Panic\fR indicates the Tcl library is not in a state of reliable operation. .PP -The result of \fBTcl_SetPanicProc\fR is the full Tcl version (e.g., -\fB8.7.0+abcdef...abcdef.gcc-1002.utf16\fR). +The result of \fBTcl_SetPanicProc\fR is the full Tcl version with build +information (e.g., \fB8.7.0+abcdef...abcdef.gcc-1002\fR). .PP The typical use of \fBTcl_SetPanicProc\fR arranges for the error message to be displayed or reported in a manner more suitable for the diff --git a/doc/zipfs.3 b/doc/zipfs.3 index c8ee455..ce915a9 100644 --- a/doc/zipfs.3 +++ b/doc/zipfs.3 @@ -85,8 +85,8 @@ it uses WCHAR instead of char. As a result, it requires your application to be compiled with the UNICODE preprocessor symbol defined (e.g., via the \fB-DUNICODE\fR compiler flag). .PP -The result of \fBTclZipfs_AppHook\fR is the full Tcl version (e.g., -\fB8.7.0+abcdef...abcdef.gcc-1002.utf16\fR). +The result of \fBTclZipfs_AppHook\fR is the full Tcl version with build +information (e.g., \fB8.7.0+abcdef...abcdef.gcc-1002\fR). The function \fImay\fR modify the variables pointed to by \fIargcPtr\fR and \fIargvPtr\fR to remove arguments; the current implementation does not do so, but callers \fIshould not\fR assume that this will be true in the future. -- cgit v0.12