diff options
author | stanton <stanton@noemail.net> | 1999-06-10 04:27:44 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-06-10 04:27:44 (GMT) |
commit | aa41b7bed83d04b3a7038f683b22c84d900dcbbf (patch) | |
tree | c547a82496500f22363495ef9eb3980d35df9e63 /unix/tclUnixNotfy.c | |
parent | 149e76ad0569cb36ba2c254c81708b6e5235f2e8 (diff) | |
download | tcl-aa41b7bed83d04b3a7038f683b22c84d900dcbbf.zip tcl-aa41b7bed83d04b3a7038f683b22c84d900dcbbf.tar.gz tcl-aa41b7bed83d04b3a7038f683b22c84d900dcbbf.tar.bz2 |
* generic/regexec.c:
* unix/tclUnixNotfy.c: lint
FossilOrigin-Name: 3807220c1a62d0b2c164febe86454979df20d769
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r-- | unix/tclUnixNotfy.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index bbb34e0..5a0d222 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixNotfy.c,v 1.3 1999/04/16 00:48:05 stanton Exp $ + * RCS: @(#) $Id: tclUnixNotfy.c,v 1.4 1999/06/10 04:27:44 stanton Exp $ */ #include "tclInt.h" @@ -366,14 +366,13 @@ Tcl_ServiceModeHook(mode) * * Tcl_CreateFileHandler -- * - * This procedure registers a file handler with the Xt notifier. + * This procedure registers a file handler with the select notifier. * * Results: * None. * * Side effects: - * Creates a new file handler structure and registers one or more - * input procedures with Xt. + * Creates a new file handler structure. * *---------------------------------------------------------------------- */ |