aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/books/handbook/zfs/_index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index f8fed3f275..a4915c24cd 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2286,7 +2286,7 @@ Change the configuration as follows:
* Security reasons prevent `root` from logging in by default.
* Use the crossref:zfs[zfs-zfs-allow,ZFS Delegation] system to allow a non-`root` user on each system to perform the respective send and receive operations.
On the sending system:
-+
+
[source,shell]
....
# zfs allow -u someuser send,snapshot mypool
@@ -2295,7 +2295,7 @@ On the sending system:
* To mount the pool, the unprivileged user must own the directory, and regular users need permission to mount file systems.
On the receiving system:
-+
+
[source,shell]
....
# sysctl vfs.usermount=1