Fix a typo, and capitalize SCSI in one place.
This commit is contained in:
parent
5950c63d1f
commit
e6b5422235
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: scsictl.8,v 1.11 2001/07/18 20:36:36 bouyer Exp $
|
||||
.\" $NetBSD: scsictl.8,v 1.12 2001/07/18 23:16:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -125,7 +125,7 @@ or
|
|||
.Ar target
|
||||
.Ar lun
|
||||
.Pp
|
||||
Detach the specified device from the bus. Usefull if a device is powered down
|
||||
Detach the specified device from the bus. Useful if a device is powered down
|
||||
after use. The
|
||||
.Ar target
|
||||
and
|
||||
|
@ -134,7 +134,7 @@ arguments have the same meaning as for the
|
|||
.Nm scan
|
||||
command, and may also be wildcarded.
|
||||
.Sh NOTES
|
||||
When scanning the scsi bus, information about newly recognized devices
|
||||
When scanning the SCSI bus, information about newly recognized devices
|
||||
is printed to console. No information is printed for already probed
|
||||
devices.
|
||||
.Sh FILES
|
||||
|
|
Loading…
Reference in New Issue