diff options
author | dgp@users.sourceforge.net <dgp> | 2001-12-14 06:04:42 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2001-12-14 06:04:42 (GMT) |
commit | 77ef1318ca8be08397eaef1acadbf5e58c86e2fe (patch) | |
tree | a3330ecd16d768855119d8a1adac8aa6efcef181 /doc/GetVersion.3 | |
parent | 367631ac3f593bcf07655cb9c02168db647ffcdd (diff) | |
download | tcl-77ef1318ca8be08397eaef1acadbf5e58c86e2fe.zip tcl-77ef1318ca8be08397eaef1acadbf5e58c86e2fe.tar.gz tcl-77ef1318ca8be08397eaef1acadbf5e58c86e2fe.tar.bz2 |
* Repaired some fractured phrasing.
Diffstat (limited to 'doc/GetVersion.3')
-rwxr-xr-x | doc/GetVersion.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetVersion.3 b/doc/GetVersion.3 index 0b88dc5..f985d5f 100755 --- a/doc/GetVersion.3 +++ b/doc/GetVersion.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetVersion.3,v 1.2 1999/04/16 00:46:32 stanton Exp $ +'\" RCS: @(#) $Id: GetVersion.3,v 1.3 2001/12/14 06:04:42 dgp Exp $ '\" .so man.macros .TH Tcl_GetVersion 3 7.5 Tcl "Tcl Library Procedures" @@ -40,7 +40,7 @@ a program linked to an older version of Tcl than you expected. Use \fBTcl_GetVersion\fR to verify that fact, and possibly to change the behavior of your extension. .PP -If may pass a NULL for any of the arguments. For instance if +\fBTcl_GetVersion\fR accepts NULL for any of the arguments. For instance if you do not care about the \fIpatchLevel\fR of the library, pass a NULL for the \fIpatchLevel\fR argument. |