Wed Mar 8 11:45:14 2017 UTC ()
Fix format.


(tsutsui)
diff -r1.30 -r1.31 src/sbin/scsictl/scsictl.8

cvs diff -r1.30 -r1.31 src/sbin/scsictl/scsictl.8 (expand / switch to unified diff)

--- src/sbin/scsictl/scsictl.8 2016/11/20 09:38:11 1.30
+++ src/sbin/scsictl/scsictl.8 2017/03/08 11:45:14 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: scsictl.8,v 1.30 2016/11/20 09:38:11 wiz Exp $ 1.\" $NetBSD: scsictl.8,v 1.31 2017/03/08 11:45:14 tsutsui Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, 7.\" by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
8.\" NASA Ames Research Center. 8.\" NASA Ames Research Center.
9.\" 9.\"
10.\" Redistribution and use in source and binary forms, with or without 10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions 11.\" modification, are permitted provided that the following conditions
12.\" are met: 12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright 13.\" 1. Redistributions of source code must retain the above copyright
14.\" notice, this list of conditions and the following disclaimer. 14.\" notice, this list of conditions and the following disclaimer.
@@ -113,27 +113,27 @@ When the @@ -113,27 +113,27 @@ When the
113parameter is also specified, the disk is instructed to return from the 113parameter is also specified, the disk is instructed to return from the
114format command right away. 114format command right away.
115It continues to format, and every ten seconds 115It continues to format, and every ten seconds
116.Nm 116.Nm
117issues a TEST UNIT READY command to check the associated sense data. 117issues a TEST UNIT READY command to check the associated sense data.
118This associated sense data has a progress indicator which indicates 118This associated sense data has a progress indicator which indicates
119how far the format is progressing. 119how far the format is progressing.
120Note well that most SCSI disk drives prior to 120Note well that most SCSI disk drives prior to
121a few years ago do not support this option. 121a few years ago do not support this option.
122.It Cm identify 122.It Cm identify
123Identify the specified device, displaying the device's SCSI 123Identify the specified device, displaying the device's SCSI
124bus, target, and lun, as well as the device's vendor, product, 124bus, target, and lun, as well as the device's vendor, product,
125and revision strings. 125and revision strings.
126.Cm It reassign Ar blkno Oo blkno Oo ... Oc Oc 126.It Cm reassign Ar blkno Oo blkno Oo ... Oc Oc
127Issues a 127Issues a
128.Li REASSIGN BLOCKS 128.Li REASSIGN BLOCKS
129command to the device, adding the specified blocks to the 129command to the device, adding the specified blocks to the
130grown defect list. 130grown defect list.
131This command is only supported on direct access devices. 131This command is only supported on direct access devices.
132.It Cm release 132.It Cm release
133Send a 133Send a
134.Dq RELEASE 134.Dq RELEASE
135command to the device to release a reservation on it. 135command to the device to release a reservation on it.
136.It Cm reserve 136.It Cm reserve
137Send a 137Send a
138.Dq RESERVE 138.Dq RESERVE
139command to the device to place a reservation on it. 139command to the device to place a reservation on it.