diff options
author | 2007-06-04 11:26:53 +0000 | |
---|---|---|
committer | 2007-06-04 11:26:53 +0000 | |
commit | ec91e9008aa514beb778e37ebdafc07e4be37995 (patch) | |
tree | 7702b9556fd6afd44e087a0693eab4086b849130 | |
parent | fix keep_old_files (diff) | |
download | wireguard-openbsd-ec91e9008aa514beb778e37ebdafc07e4be37995.tar.xz wireguard-openbsd-ec91e9008aa514beb778e37ebdafc07e4be37995.zip |
- remove an extraneous .Bl
- -C before -c
-rw-r--r-- | sbin/bioctl/bioctl.8 | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 41cb28f2b3d..12641f678a4 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.46 2007/06/04 05:28:43 todd Exp $ +.\" $OpenBSD: bioctl.8,v 1.47 2007/06/04 11:26:53 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -81,16 +81,7 @@ to start blinking, if there is or .Xr safte 4 support in the enclosure. -.It Fl c Ar raidlevel -Create a -.Xr softraid 4 -device of level -.Ar raidlevel . -The device must begin with -.Dq softraid -followed by a number. .It Fl C Ar flag[,flag,...] -.Bl -tag -width Ds Pass flags when doing operations with .Nm . May be one of: @@ -102,6 +93,14 @@ with unclean data in the metatdata areas. .It Ar noauto Ignore this RAID volume upon reboot. .El +.It Fl c Ar raidlevel +Create a +.Xr softraid 4 +device of level +.Ar raidlevel . +The device must begin with +.Dq softraid +followed by a number. .It Fl H Ar channel:target[.lun] If the device at .Ar channel:target[.lun] |