diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-14 06:04:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-14 06:04:42 (GMT) |
commit | 6bdf240232929cf73bc0cafdbd6d416b9881d2be (patch) | |
tree | a3330ecd16d768855119d8a1adac8aa6efcef181 /doc | |
parent | cc4241f38dd2b3dadc31041553797b84bba2a4b6 (diff) | |
download | tcl-6bdf240232929cf73bc0cafdbd6d416b9881d2be.zip tcl-6bdf240232929cf73bc0cafdbd6d416b9881d2be.tar.gz tcl-6bdf240232929cf73bc0cafdbd6d416b9881d2be.tar.bz2 |
* Repaired some fractured phrasing.
Diffstat (limited to 'doc')
-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. |