diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-27 13:52:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-27 13:52:02 (GMT) |
commit | ee30df8e7dce83db9022d7742013afd0934ba22c (patch) | |
tree | 12d0b1d7260e55b9db8ea3db191f75fbd9d0ef0d /doc/AddErrInfo.3 | |
parent | 335056e221f3314f00a82353c10a93880ba46f55 (diff) | |
download | tcl-ee30df8e7dce83db9022d7742013afd0934ba22c.zip tcl-ee30df8e7dce83db9022d7742013afd0934ba22c.tar.gz tcl-ee30df8e7dce83db9022d7742013afd0934ba22c.tar.bz2 |
* doc/apply.n: fixed example [Bug 1811791]
* doc/namespace.n: improved example [Bug 1788984]
* doc/AddErrInfo.3: typo [Bug 1715087]
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r-- | doc/AddErrInfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3 index bc32cd1..7195d8f 100644 --- a/doc/AddErrInfo.3 +++ b/doc/AddErrInfo.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: AddErrInfo.3,v 1.15 2005/09/13 21:23:51 dgp Exp $ +'\" RCS: @(#) $Id: AddErrInfo.3,v 1.16 2007/10/27 13:52:02 msofer Exp $ '\" .so man.macros .TH Tcl_AddErrorInfo 3 8.5 Tcl "Tcl Library Procedures" @@ -161,7 +161,7 @@ operations that were in progress when an error occurred, and is intended to be human-readable. The \fB-errorcode\fR option holds a list of items that are intended to be machine-readable. -The first item in the \fB-errocode\fR value identifies the class of +The first item in the \fB-errorcode\fR value identifies the class of error that occurred (e.g. POSIX means an error occurred in a POSIX system call) and additional elements hold additional pieces |