summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-01-31 23:21:01 (GMT)
committerdgp <dgp@noemail.net>2002-01-31 23:21:01 (GMT)
commit00f203d11d3ae03f9b96b1e5d18e8a215f971266 (patch)
tree12508e3acf5f11e350a3a4fef3d7d34456eae910
parentc910915febd6f97fe8536fbdca1e4de01507e02b (diff)
downloadtcl-00f203d11d3ae03f9b96b1e5d18e8a215f971266.zip
tcl-00f203d11d3ae03f9b96b1e5d18e8a215f971266.tar.gz
tcl-00f203d11d3ae03f9b96b1e5d18e8a215f971266.tar.bz2
make mklinks after recent doc additions to FileSystem.3
FossilOrigin-Name: 3dd0a80dc78f9992f28cb6280603dfbecaf002a8
-rw-r--r--unix/mkLinks6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 6ac5d77..1cdd758 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -457,6 +457,9 @@ if test -r FileSystem.3; then
rm -f Tcl_FSRegister.3
rm -f Tcl_FSUnregister.3
rm -f Tcl_FSData.3
+ rm -f Tcl_FSMountsChanged.3
+ rm -f Tcl_FSGetFileSystemForPath.3
+ rm -f Tcl_FSGetPathType.3
rm -f Tcl_FSCopyFile.3
rm -f Tcl_FSCopyDirectory.3
rm -f Tcl_FSCreateDirectory.3
@@ -494,6 +497,9 @@ if test -r FileSystem.3; then
ln FileSystem.3 Tcl_FSRegister.3
ln FileSystem.3 Tcl_FSUnregister.3
ln FileSystem.3 Tcl_FSData.3
+ ln FileSystem.3 Tcl_FSMountsChanged.3
+ ln FileSystem.3 Tcl_FSGetFileSystemForPath.3
+ ln FileSystem.3 Tcl_FSGetPathType.3
ln FileSystem.3 Tcl_FSCopyFile.3
ln FileSystem.3 Tcl_FSCopyDirectory.3
ln FileSystem.3 Tcl_FSCreateDirectory.3