Mon Apr 25 22:09:29 2011 UTC ()
Add serial comma.


(wiz)
diff -r1.16 -r1.17 src/sbin/bioctl/bioctl.8

cvs diff -r1.16 -r1.17 src/sbin/bioctl/bioctl.8 (expand / switch to unified diff)

--- src/sbin/bioctl/bioctl.8 2008/05/25 20:09:55 1.16
+++ src/sbin/bioctl/bioctl.8 2011/04/25 22:09:29 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: bioctl.8,v 1.16 2008/05/25 20:09:55 mhitch Exp $ 1.\" $NetBSD: bioctl.8,v 1.17 2011/04/25 22:09:29 wiz Exp $
2.\" $OpenBSD: bioctl.8,v 1.43 2007/03/20 06:12:11 jmc Exp $ 2.\" $OpenBSD: bioctl.8,v 1.43 2007/03/20 06:12:11 jmc Exp $
3.\" 3.\"
4.\" Copyright (c) 2007, 2008 Juan Romero Pardines 4.\" Copyright (c) 2007, 2008 Juan Romero Pardines
5.\" Copyright (c) 2004, 2005 Marco Peereboom 5.\" Copyright (c) 2004, 2005 Marco Peereboom
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
9.\" are met: 9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright 10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer. 11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the 13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution. 14.\" documentation and/or other materials provided with the distribution.
@@ -126,27 +126,27 @@ The following command, executed from the @@ -126,27 +126,27 @@ The following command, executed from the
126status of the volumes and its logical disks on the RAID controller: 126status of the volumes and its logical disks on the RAID controller:
127.Bd -literal 127.Bd -literal
128$ bioctl arcmsr0 show 128$ bioctl arcmsr0 show
129Volume Status Size Device/Label RAID Level Stripe 129Volume Status Size Device/Label RAID Level Stripe
130================================================================= 130=================================================================
131 0 Building 468G sd0 ARC-1210-VOL#00 RAID 6 128KB 0% done 131 0 Building 468G sd0 ARC-1210-VOL#00 RAID 6 128KB 0% done
132 0:0 Online 234G 0:0.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] 132 0:0 Online 234G 0:0.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
133 0:1 Online 234G 0:1.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] 133 0:1 Online 234G 0:1.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
134 0:2 Online 234G 0:2.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] 134 0:2 Online 234G 0:2.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
135 0:3 Online 234G 0:3.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] 135 0:3 Online 234G 0:3.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
136.Ed 136.Ed
137.Pp 137.Pp
138To create a RAID 5 volume on the SCSI 0:15.0 location on the disks 138To create a RAID 5 volume on the SCSI 0:15.0 location on the disks
1390, 1, 2 and 3, with stripe size of 64Kb on the first volume ID, 1390, 1, 2, and 3, with stripe size of 64Kb on the first volume ID,
140using all available free space on the disks: 140using all available free space on the disks:
141.Pp 141.Pp
142.Dl $ bioctl arcmsr0 create volume 0 0-3 64 5 0:15.0 142.Dl $ bioctl arcmsr0 create volume 0 0-3 64 5 0:15.0
143.Pp 143.Pp
144To remove the volume 0 previously created at the SCSI 0:15.0 location: 144To remove the volume 0 previously created at the SCSI 0:15.0 location:
145.Pp 145.Pp
146.Dl $ bioctl arcmsr0 remove volume 0 0:15.0 146.Dl $ bioctl arcmsr0 remove volume 0 0:15.0
147.Sh SEE ALSO 147.Sh SEE ALSO
148.Xr arcmsr 4 , 148.Xr arcmsr 4 ,
149.Xr bio 4 , 149.Xr bio 4 ,
150.Xr cac 4 , 150.Xr cac 4 ,
151.Xr ciss 4 , 151.Xr ciss 4 ,
152.Xr mfi 4 152.Xr mfi 4