From 7c5829c942822561688c9b8239900773c6d82db4 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 18 Apr 2021 23:49:18 +0200 Subject: [PATCH] bhyve.8: Clean up SCSI device backends section MFC after: 2 weeks --- 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 5c73852b422c..f0109fa3d969 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -437,16 +437,19 @@ Disable emulation of guest trim requests via requests. .El .Pp -SCSI devices: -.Bl -tag -width 10n -.It Pa /dev/cam/ctl Ns Oo Ar pp . Ns Ar vp Oc Ns Oo , Ns Ar scsi-device-options Oc +SCSI device backends: +.Sm off +.Bl -bullet +.It +.Pa /dev/cam/ctl Oo Ar pp Cm \&. Ar vp Oc Oo Cm \&, Ar scsi-device-options Oc .El +.Sm on .Pp The .Ar scsi-device-options are: .Bl -tag -width 10n -.It Li iid= Ns Ar IID +.It Cm iid= Ns Ar IID Initiator ID to use when sending requests to specified CTL port. The default value is 0. .El