aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-18 21:52:48 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-19 00:16:12 +0000
commit2d00b57022f09561706afef9050e0b527c41314a (patch)
tree7cd61a19166ff32d5b1f41ed8d526d0273564f2f
parent7c5829c942822561688c9b8239900773c6d82db4 (diff)
downloadsrc-2d00b57022f09561706afef9050e0b527c41314a.tar.gz
src-2d00b57022f09561706afef9050e0b527c41314a.zip
bhyve.8: Clean up 9P device backends section
MFC after: 2 weeks
-rw-r--r--usr.sbin/bhyve/bhyve.811
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index f0109fa3d969..1410769d8a37 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -454,16 +454,19 @@ Initiator ID to use when sending requests to specified CTL port.
The default value is 0.
.El
.Pp
-9P devices:
-.Bl -tag -width 10n
-.It Pa sharename=/path/to/share[,9p-device-options]
+9P device backends:
+.Sm off
+.Bl -bullet
+.It
+.Ar sharename Cm = Ar /path/to/share Op Cm \&, Ar 9p-device-options
.El
+.Sm on
.Pp
The
.Ar 9p-device-options
are:
.Bl -tag -width 10n
-.It Li ro
+.It Cm ro
Expose the share in read-only mode.
.El
.Pp