diff options
author | jenglish <jenglish@flightlab.com> | 2013-02-28 21:52:02 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2013-02-28 21:52:02 (GMT) |
commit | 815cff7c6ec82987ee61437880b716147b6cea1f (patch) | |
tree | 4f5d2aa12e590022796e8d70a80e4b0db4ea9c7d /unix | |
parent | 5730db4aa21e4ecaaf7a957f3c506cb5a09fe8de (diff) | |
download | tcl-815cff7c6ec82987ee61437880b716147b6cea1f.zip tcl-815cff7c6ec82987ee61437880b716147b6cea1f.tar.gz tcl-815cff7c6ec82987ee61437880b716147b6cea1f.tar.bz2 |
TtyGetOptionProc: remove inoperative comment "The string returned by
this function is in static storage [...]"; this is not the case
(and apparently never has been)
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixChan.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index 4937dfd..b498dbf 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -822,12 +822,8 @@ TtySetOptionProc( * * Results: * A standard Tcl result. Also sets the supplied DString to the string - * value of the option(s) returned. - * - * Side effects: - * The string returned by this function is in static storage and may be - * reused at any time subsequent to the call. Sets error message if - * needed (by calling Tcl_BadChannelOption). + * value of the option(s) returned. Sets error message if needed + * (by calling Tcl_BadChannelOption). * *---------------------------------------------------------------------- */ |