From a0c6c03a650109060a111ba63f12454c4e1ca4d4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 29 Jun 2021 07:34:21 -0700 Subject: doc: mistake in several path-cat examples. * txr.1: Corrections to three examples, where one operand is empty, and thus the other is returned. --- txr.1 | 6 +++--- 1 file 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" -- cgit v1.2.3