From 226761e89d6bf8959bc1a575bcd3ba341acfdb67 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 24 Nov 2007 19:22:51 +0000 Subject: [PATCH] Document camcontrol load. Obtained-from: FreeBSD --- sbin/camcontrol/camcontrol.8 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 8ad0ca0e81..cda34f4be9 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sbin/camcontrol/camcontrol.8,v 1.19.2.12 2003/01/08 17:55:02 njl Exp $ -.\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.5 2007/05/13 22:25:41 swildner Exp $ +.\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.6 2007/11/24 19:22:51 pavalos Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 @@ -68,6 +68,10 @@ .Op device id .Op generic args .Nm +.Ic load +.Op device id +.Op generic args +.Nm .Ic eject .Op device id .Op generic args @@ -255,9 +259,12 @@ start bit set. .It Ic stop Send the SCSI Start/Stop Unit (0x1B) command to the given device with the start bit cleared. +.It Ic load +Send the SCSI Start/Stop Unit (0x1B) command to the given device with the +start bit set and the load/eject bit set. .It Ic eject Send the SCSI Start/Stop Unit (0x1B) command to the given device with the -start bit cleared and the eject bit set. +start bit cleared and the load/eject bit set. .It Ic rescan Tell the kernel to scan all busses in the system (with the .Ar all -- 2.41.0