mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
970f7477ba
commit
9a70af56e0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user