Date: Mon, 16 Aug 2021 09:04:10 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5789e28b214f - stable/13 - bhyve.8: Clean up 9P device backends section Message-ID: <202108160904.17G94A5o069423@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5789e28b214f3652f3969b00ea2ae1c97807b879 commit 5789e28b214f3652f3969b00ea2ae1c97807b879 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-18 21:52:48 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-08-16 08:59:10 +0000 bhyve.8: Clean up 9P device backends section MFC after: 2 weeks (cherry picked from commit 2d00b57022f09561706afef9050e0b527c41314a) --- usr.sbin/bhyve/bhyve.8 | 11 +++++++---- 1 file 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160904.17G94A5o069423>