mirror of https://git.FreeBSD.org/doc.git
Remove superflous '+' before an example
These look like a leftover from a patch, but are not necessary to have.
This commit is contained in:
parent
135885d5c3
commit
485fb5a53e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue