diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-23 18:48:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-23 18:48:08 +0000 |
commit | 107267f3815d0c304bb2e3edec88dd519444db50 (patch) | |
tree | 900550ea7a85cdbaab0c61f68f4df67b6b13276e /sbin | |
parent | f9abbc44d34f5a7ddba5d8dfdcd46d710b71d93d (diff) |
tweak previous;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 12 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 82737684c44..ce97766bf74 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.69 2009/06/17 23:00:03 marco Exp $ +.\" $OpenBSD: bioctl.8,v 1.70 2009/06/23 18:47:15 jmc 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: June 17 2009 $ +.Dd $Mdocdate: June 23 2009 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -185,10 +185,10 @@ A striping discipline. RAID 1: A mirroring discipline. .It 4 -RAID 4 +RAID 4: A striping discipline with fixed parity chunk. .It 5 -RAID 5 +RAID 5: A striping discipline with floating parity chunk. .It C CRYPTO: @@ -197,8 +197,8 @@ An encrypting discipline. .Pp The RAID 0 and RAID 1 disciplines requires a minimum of two devices passed to .Fl l , -RAID 4 & 5 require at least three devices and the CRYPTO discipline requires -exactly one. +RAID 4 and RAID 5 require at least three devices, +and the CRYPTO discipline requires exactly one. .It Fl d Delete volume specified by device. .It Fl l Ar special[,special,...] diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 0ec8ba75438..de0bce3f4c0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.182 2009/06/19 14:05:32 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.183 2009/06/23 18:48:07 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 19 2009 $ +.Dd $Mdocdate: June 23 2009 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -258,9 +258,7 @@ Disable on the given interface and remove all configured .Xr inet6 4 addresses, including the link-local ones. -To turn -.Xr inet6 4 -on again assign any inet6 address or run +To turn it on again, assign any inet6 address or run .Xr rtsol 8 . .It Cm instance Ar minst Set the media instance to @@ -950,7 +948,7 @@ Unset the source address. The options are as follows: .Bl -tag -width Ds .It Cm defer -Defer transmission of the first packet in a state until a peer has +Defer transmission of the first packet in a state until a peer has acknowledged that the associated state has been inserted. See .Xr pfsync 4 |