summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/access.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/access.c')
-rw-r--r--Build/source/texk/kpathsea/access.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/access.c b/Build/source/texk/kpathsea/access.c
index c1b7cf24f2e..e6fb91174d2 100644
--- a/Build/source/texk/kpathsea/access.c
+++ b/Build/source/texk/kpathsea/access.c
@@ -61,9 +61,9 @@ Try `%s --help' for more information.\n", argv[0], argv[0]);
exit(1);
}
- /* The option parsing is somewhat primitive: '-' need not be the first
- * character of the mode. The mode must be specified in a single
- * option. Both of these may change.
+ /* The option parsing is somewhat primitive. The mode must be
+ * specified as a single parameter: an optional '-' followed by
+ * zero or more letters 'r', 'w', or 'x'. This may change.
*/
mode = 0;
i = argv[1];