Remove superflous '+' before an example

These look like a leftover from a patch, but are not necessary to have.
This commit is contained in:
Benedict Reuschling 2025-04-20 11:56:32 +00:00
parent 135885d5c3
commit 485fb5a53e
1 changed files with 2 additions and 2 deletions

View File

@ -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