From 9a70af56e0ecdc51db69248f6a0d0c6fc5926a31 Mon Sep 17 00:00:00 2001 From: Edouard Klein Date: Sat, 20 Sep 2025 17:32:43 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20Fix=20documentation=20of=20=E2=80=98vfs-?= =?UTF-8?q?mapping=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (VFS Mapping Service): Fix source/destination mixup. Change-Id: I10bd066369a6507e69a40155dc3faa23cf40c1e6 Signed-off-by: Ludovic Courtès --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 00d235b3b05f55ec2d3117595c3410d46c68e5d5..759f0446594391b15dbd4bab28d6ef30d349ea26 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -43618,8 +43618,8 @@ Service type for binding a directory in multiple places on the file system. The access rights are either the same in source and destination -(@code{'bind}), or writes are translated back to the sources as if made -by the destination's owner (@code{'translate}), or kept in an overlay +(@code{'bind}), or writes are translated back to the source as if made +by the source's owner (@code{'translate}), or kept in an overlay directory near the destination (@code{'overlay}). The service's value must be a @code{vfs-mapping-configuration} object. @end defvar