summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-23 21:00:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-23 21:00:22 -0800
commitdbc38a2e779bf1803e30581dbbf1d71a259b20e9 (patch)
tree4e1ea38b27fd708d4264165dffe5d43ccb3aa7ba
parent05922ba5c2cc0119b9ad5a2b8a9156750978ca8e (diff)
downloadtxr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.tar.gz
txr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.tar.bz2
txr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.zip
path-sep-chars: document first char being special.
* txr.1: If a platform has multiple path separator characters and one of them is preferred, it appears first. Document this.
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 0e2e2bd4..1b24e74c 100644
--- a/txr.1
+++ b/txr.1
@@ -45516,6 +45516,10 @@ The
variable holds a string consisting of the characters which the underlying
operating system recognizes as path name separators.
+If a particular of these characters is considered preferred on
+the host platform, that character is placed in the first position of
+.codn path-sep-chars .
+
Altering the value of this variable has no effect on any \*(TL library
function.