home: hub: zuo

Download patch

ref: 66e9533beb55468e14d91738780d15c70c509f8a
parent: f9f86521cbe7a79fc2fb6c70cb4e741d1ce93391
author: Geoffrey Knauth <geoff@knauth.org>
date: Fri Nov 11 14:57:00 CST 2022

Update overview.scrbl

I think you meant result would be a/x/y/c not a/z/y/c as written.

--- a/zuo-doc/overview.scrbl
+++ b/zuo-doc/overview.scrbl
@@ -286,7 +286,7 @@
        on the filesystem is a symbolic link to to the relative path
        @filepath{x/y/z}---in which case the filesystem would resolve
        @filepath{a/b/../c} the same as @filepath{a/x/y/z/../c}, which
-       is @filepath{a/z/y/c} and not @filepath{a/c}.
+       is @filepath{a/x/y/c} and not @filepath{a/c}.
 
        In short, mixing directory symbolic links with Zuo's path
        functions can be different than what the filesystem would do,