summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-31 12:42:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-31 12:42:36 (GMT)
commit9cb408090e79c6325997567369d81e192eeb6c51 (patch)
tree3cc46f62dcef1daf0a273ee2391d8e9b6f4a0931 /doc/FileSystem.3
parent4047fa1ba88c8264976adce71c088921ec49c0e6 (diff)
parent30fd8c842c97d0977b8ef7a4f4ee8528d260f6f2 (diff)
downloadtcl-9cb408090e79c6325997567369d81e192eeb6c51.zip
tcl-9cb408090e79c6325997567369d81e192eeb6c51.tar.gz
tcl-9cb408090e79c6325997567369d81e192eeb6c51.tar.bz2
Merge 8.6. More documentation updates
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 3b50232..4ccc09e 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -1340,11 +1340,11 @@ is considered to be owned by the filesystem (not by Tcl's core), but
should be given a reference count for Tcl. Tcl will use the contents of the
list and then decrement that reference count. This allows filesystems to
choose whether they actually want to retain a
-.QW "master list"
+.QW "main list"
of volumes
or not (if not, they generate the list on the fly and pass it to Tcl
with a reference count of 1 and then forget about the list, if yes, then
-they simply increment the reference count of their master list and pass it
+they simply increment the reference count of their main list and pass it
to Tcl which will copy the contents and then decrement the count back
to where it was).
.PP