From 2e8cfd4876cad107f930a8940c5f65c6b64507ca Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Thu, 27 Aug 2009 17:25:38 +0000 Subject: preliminary spc4r21 sync, manpages for extended scsi_start and scsi_stop git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@291 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/scsi_stop.8 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/scsi_stop.8 (limited to 'doc/scsi_stop.8') diff --git a/doc/scsi_stop.8 b/doc/scsi_stop.8 new file mode 100644 index 00000000..ae773508 --- /dev/null +++ b/doc/scsi_stop.8 @@ -0,0 +1,41 @@ +.TH SCSI_STOP "8" "August 2009" "sg3_utils\-1.28" SG3_UTILS +.SH NAME +scsi_stop \- stop (spin down) one or more SCSI disks +.SH SYNOPSIS +.B scsi_stop +[\fI\-\-help\fR] [\fI\-\-verbose\fR] [\fI\-\-wait\fR] +\fIDEVICE\fR [\fIDEVICE\fR]* +.SH DESCRIPTION +.\" Add any additional description here +.PP +This bourne shell script calls the sg_start utility on each given +\fIDEVICE\fR. The purpose is to spin down (stop) each given \fIDEVICE\fR. +.SH OPTIONS +Arguments to long options are mandatory for short options as well. +.TP +\fB\-h\fR, \fB\-\-help\fR +print out the usage message then exit. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +increase level or verbosity. +.TP +\fB\-w\fR, \fB\-\-wait\fR +wait for the spin down (stop) on each given \fIDEVICE\fR to complete. +The default action is to do each stop in immediate mode. +.SH NOTES +The sg_start utility calls the SCSI START STOP UNIT command and can +either start (spin up) or stop (spin down) a SCSI disk depending +on the given command line options. +.SH EXIT STATUS +The exit status of this script is 0 when it is successful. Otherwise the +exit status is that of the last sg_start utility called. See +the sg3_utils(8) man page. +.SH AUTHORS +Written by D. Gilbert +.SH COPYRIGHT +Copyright \(co 2009 Douglas Gilbert +.br +This software is distributed under a FreeBSD license. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "SEE ALSO" +.B sg_start (sg3_utils) -- cgit v1.2.3