summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index db8bba50..3f7a0dc5 100644
--- a/txr.1
+++ b/txr.1
@@ -57426,9 +57426,9 @@ itself.
.verb
(path-cat "" "") --> ""
- (path-cat "" ".") --> ""
- (path-cat "." "") --> ""
- (path-cat "." ".") --> ""
+ (path-cat "" ".") --> "."
+ (path-cat "." "") --> "."
+ (path-cat "." ".") --> "."
(path-cat "abc" ".") --> "abc"
(path-cat "." "abc") --> "abc"