Change sd -> da in examples.
Inspired by: a mail by Scott Smyth <smyth@bashful.realminfo.com>
This commit is contained in:
parent
9abd5d84ac
commit
51d2851063
@ -30,7 +30,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: ccdconfig.8,v 1.5 1998/06/04 06:41:26 charnier Exp $
|
||||
.\"
|
||||
.Dd July 17, 1995
|
||||
.Dt CCDCONFIG 8
|
||||
@ -135,15 +135,15 @@ argument is optional.
|
||||
#
|
||||
.Pp
|
||||
# ccd ileave flags component devices
|
||||
ccd0 16 none /dev/sd2e /dev/sd3e
|
||||
ccd0 16 none /dev/da2e /dev/da3e
|
||||
.Ed
|
||||
.Pp
|
||||
.Sh EXAMPLE
|
||||
The following command, executed from the command line, would configure ccd0
|
||||
with 4 components (/dev/sd2e, /dev/sd3e, /dev/sd4e, /dev/sd5e), and an
|
||||
with 4 components (/dev/da2e, /dev/da3e, /dev/da4e, /dev/da5e), and an
|
||||
interleave factor of 32 blocks.
|
||||
.Bd -unfilled -offset indent
|
||||
# ccdconfig ccd0 32 0 /dev/sd2e /dev/sd3e /dev/sd4e /dev/sd5e
|
||||
# ccdconfig ccd0 32 0 /dev/da2e /dev/da3e /dev/da4e /dev/da5e
|
||||
.Ed
|
||||
.Pp
|
||||
.Sh FILES
|
||||
|
Loading…
Reference in New Issue
Block a user