~ruther/guix-local

9a70af56e0ecdc51db69248f6a0d0c6fc5926a31 — Edouard Klein 6 months ago 970f747
doc: Fix documentation of ‘vfs-mapping’.

* doc/guix.texi (VFS Mapping Service): Fix source/destination mixup.

Change-Id: I10bd066369a6507e69a40155dc3faa23cf40c1e6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +2 -2
@@ 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