diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-10 21:49:37 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-10 21:49:37 (GMT) |
commit | b0368c3a289b08dbecaeb808c094815e55bf17de (patch) | |
tree | 44e5908fe9a1ff52b5f50e9ce6ffb12bfdf3fb53 /unix | |
parent | 82ef0abf09a1133e86d414254b30dd7d574b93da (diff) | |
download | tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.zip tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.tar.gz tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.tar.bz2 |
* doc/tclsh.1:
* doc/Tcl_Main.3:
* doc/CrtChannel.3:
* doc/OpenFileChnl.3:
* doc/GetStdChan.3: Enhanced the manpages with cross-references to
the new manpage and more explanations how these functions deal
with the standard channels in various situations.
* doc/StdChannels.3: New manpage describing handling of the
standard channels by the Tcl library [402725].
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 88ef36b..db16667 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -476,6 +476,7 @@ if test -r FileSystem.3; then rm -f Tcl_FSConvertToPathType.3 rm -f Tcl_FSGetInternalRep.3 rm -f Tcl_FSGetTranslatedPath.3 + rm -f Tcl_FSGetTranslatedStringPath.3 rm -f Tcl_FSNewNativePath.3 rm -f Tcl_FSGetNativePath.3 rm -f Tcl_FSFileSystemInfo.3 @@ -512,6 +513,7 @@ if test -r FileSystem.3; then ln FileSystem.3 Tcl_FSConvertToPathType.3 ln FileSystem.3 Tcl_FSGetInternalRep.3 ln FileSystem.3 Tcl_FSGetTranslatedPath.3 + ln FileSystem.3 Tcl_FSGetTranslatedStringPath.3 ln FileSystem.3 Tcl_FSNewNativePath.3 ln FileSystem.3 Tcl_FSGetNativePath.3 ln FileSystem.3 Tcl_FSFileSystemInfo.3 @@ -966,6 +968,10 @@ if test -r StaticPkg.3; then rm -f Tcl_StaticPackage.3 ln StaticPkg.3 Tcl_StaticPackage.3 fi +if test -r StdChannels.3; then + rm -f Tcl_StandardChannels.3 + ln StdChannels.3 Tcl_StandardChannels.3 +fi if test -r StrMatch.3; then rm -f Tcl_StringMatch.3 rm -f Tcl_StringCaseMatch.3 |