diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2013-08-11 05:54:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2013-08-11 05:54:10 +0000 |
commit | 1ed5e17a88e6b332d48445e5c11f0932cdda80ea (patch) | |
tree | 528aab4d885195f184327a3d6dcf7c90973f142d /sbin | |
parent | 88ba01fd6aebda46952ea3e07d0f0f4a118752bb (diff) |
capitalize RAID in one spot.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index d6c7def1895..91042b98892 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.91 2013/07/16 09:45:27 schwarze Exp $ +.\" $OpenBSD: bioctl.8,v 1.92 2013/08/11 05:54:09 brad Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: August 11 2013 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -261,7 +261,7 @@ This option cannot be used during the initial creation of the crypto volume. The following command, executed from the command line, would configure the device softraid0 with 4 special devices (/dev/sd2e, /dev/sd3e, /dev/sd4e, /dev/sd5e) and -a raid level of 1: +a RAID level of 1: .Bd -literal -offset 3n # bioctl -c 1 -l /dev/sd2e,/dev/sd3e,/dev/sd4e,/dev/sd5e softraid0 .Ed |