Tcl Source Code

Check-in [9f85509b91]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor man page lint.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | scriptics-tclpro-1-2
Files: files | file ages | folders
SHA1: 9f85509b91e37bb7c90824cd8abf172415b2f08a
User & Date: stanton 1999-04-06 22:02:13.000
Context
1999-04-07
03:21
Fixed broken man page. Renamed so it matches the C functio name. check-in: b4f7ce8cba user: stanton tags: scriptics-tclpro-1-2
1999-04-06
22:02
Minor man page lint. check-in: 9f85509b91 user: stanton tags: scriptics-tclpro-1-2
1999-03-11
19:28
Add documentation for Tcl_GetVersion() check-in: 940e47cf48 user: redman tags: scriptics-tclpro-1-2
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/CrtVersion.3.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
'\"
'\" Copyright (c) 1999 Scriptics Corporation
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" 
'\" RCS: @(#) $Id: CrtVersion.3,v 1.1.2.1 1999/03/11 19:28:48 redman Exp $
'\" 
.so man.macros
.TH Tcl_GetVersion 3 7.5 Tcl "Tcl Library Procedures"
.BS
.SH NAME
Tcl_GetVersion \- get the version of the library at runtime
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
.sp
\fBTcl_GetVersion\fR(\fmajor, minor, patchLevel, type\fR)
.SH ARGUMENTS
.AP int *major out
Major version number of the Tcl library.
.AP int *minor out
Minor version number of the Tcl library.
.AP int *patchLevel out
The patch level of the Tcl library (or alpha or beta number).






|










|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
'\"
'\" Copyright (c) 1999 Scriptics Corporation
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" 
'\" RCS: @(#) $Id: CrtVersion.3,v 1.1.2.2 1999/04/06 22:02:13 stanton Exp $
'\" 
.so man.macros
.TH Tcl_GetVersion 3 7.5 Tcl "Tcl Library Procedures"
.BS
.SH NAME
Tcl_GetVersion \- get the version of the library at runtime
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR
.sp
\fBTcl_GetVersion\fR(\fImajor, minor, patchLevel, type\fR)
.SH ARGUMENTS
.AP int *major out
Major version number of the Tcl library.
.AP int *minor out
Minor version number of the Tcl library.
.AP int *patchLevel out
The patch level of the Tcl library (or alpha or beta number).