~ubuntu-branches/ubuntu/hardy/sg3-utils/hardy

« back to all changes in this revision

Viewing changes to sg_verify.8

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-19 21:00:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060919210055-j9deachd976os9my
Tags: 1.21-1ubuntu1
* Sync with Debian
* debian/control:
  + Let the -dev package depend on the runtime package
* llseek.c:
  + Fix syntax errors. Patch taken from Gentoo:
    http://mir2.ovh.net/gentoo-portage/sys-apps/sg3_utils/files/sg3_utils-llseek.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SG_VERIFY "8" "March 2006" "sg3_utils-1.20" SG3_UTILS
 
1
.TH SG_VERIFY "8" "June 2006" "sg3_utils-1.21" SG3_UTILS
2
2
.SH NAME
3
3
sg_verify \- invoke SCSI VERIFY command(s) on a block device
4
4
.SH SYNOPSIS
46
46
.TP
47
47
--lba=<n> | -l <n>
48
48
specifies the logical block address on the device to start the verify
49
 
operation. <n> is assumed to be decimal unless prefixed by '0x' (see
50
 
below). The default value is 0 (i.e. the start of the device).
 
49
operation. <n> is assumed to be decimal unless prefixed by '0x' or
 
50
a trailing 'h' (see below). The default value is 0 (i.e. the start of the
 
51
device).
51
52
.TP
52
53
--verbose | -v
53
54
increase the level of verbosity, (i.e. debug output).
77
78
recovery timeout to 0. Mode pages can be modified with the
78
79
.B sginfo
79
80
utility.
 
81
.SH EXIT STATUS
 
82
The exit status of sg_verify is 0 when it is successful. Otherwise see
 
83
the sg3_utils(8) man page.
80
84
.SH AUTHORS
81
85
Written by Douglas Gilbert.
82
86
.SH "REPORTING BUGS"