diff options
author | 2009-06-23 18:47:15 +0000 | |
---|---|---|
committer | 2009-06-23 18:47:15 +0000 | |
commit | 0c23d10ec341ef03d90ef081e6f6fa0c92d93646 (patch) | |
tree | 783bbf083a4a612fb41af6bd15c5ff14300a8b3d | |
parent | LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code (diff) | |
download | wireguard-openbsd-0c23d10ec341ef03d90ef081e6f6fa0c92d93646.tar.xz wireguard-openbsd-0c23d10ec341ef03d90ef081e6f6fa0c92d93646.zip |
tweak previous;
-rw-r--r-- | sbin/bioctl/bioctl.8 | 12 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 | ||||
-rw-r--r-- | share/man/man4/softraid.4 | 26 | ||||
-rw-r--r-- | usr.bin/systat/systat.1 | 16 |
4 files changed, 29 insertions, 35 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 diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index e31f20a5277..2b51f82a50f 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.22 2009/06/17 23:11:38 marco Exp $ +.\" $OpenBSD: softraid.4,v 1.23 2009/06/23 18:49:10 jmc Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 17 2009 $ +.Dd $Mdocdate: June 23 2009 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -80,21 +80,17 @@ Unlike traditional RAID 1, .Nm supports the use of more than two chunks in a RAID 1 setup. .It RAID 4 -A -.Em striping -discipline with a fixed parity chunk. -It stripes data accross chunks and provides parity to prevent data loss of +A striping discipline with a fixed parity chunk. +It stripes data across chunks and provides parity to prevent data loss of a single chunk failure. -Read performance is increased however write performance is limited by the -parity chunk. +Read performance is increased, +though write performance is limited by the parity chunk. .It RAID 5 -A -.Em striping -discipline with floating parity accross all chunks. -It stripes data accross chunks and provides parity to prevent data loss of +A striping discipline with floating parity across all chunks. +It stripes data across chunks and provides parity to prevent data loss of a single chunk failure. -Read performance is increased however write performance should be faster than -RAID 4. +Read performance is increased; +write performance should be faster than RAID 4. .It CRYPTO An .Em encrypting @@ -169,7 +165,7 @@ The RAID 1 discipline does not initialize the mirror upon creation. This is by design because all sectors that are read are written first. There is no point in wasting a lot of time syncing random data. .Pp -The RAID 4 & 5 disciplines do not initialize the parity upon creation. +The RAID 4 and 5 disciplines do not initialize the parity upon creation. This is due to the scrub functionality not being currently implemented. .Pp Currently there is no automated mechanism to recover from failed disks. diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index e34c1846052..024d0e5ab1c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.79 2009/06/19 07:48:45 jasper Exp $ +.\" $OpenBSD: systat.1,v 1.80 2009/06/23 18:52:16 jmc Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: June 19 2009 $ +.Dd $Mdocdate: June 23 2009 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -118,8 +118,6 @@ argument expects to be one of: .Ic sensors , .Ic mbufs , .Ic netstat , -.Ic nfsclient , -.Ic nfsserver , .Ic swap , .Ic states , .Ic rules , @@ -127,8 +125,10 @@ argument expects to be one of: .Ic pf , .Ic pool , .Ic malloc , +.Ic buckets , +.Ic nfsclient , or -.Ic buckets . +.Ic nfsserver . These displays can also be requested interactively and are described in full detail below. .Ar view @@ -333,12 +333,12 @@ with each shown symbolically, when possible. .\"Display only network connections using the indicated protocol. .\".El .It Ic nfsclient -Display statistics about the NFS client activity. +Display statistics about NFS client activity. Output ressembles .Cm nfsstat Fl c . .It Ic nfsserver -Display statistics about the NFS server activity. -Ooutput ressembles +Display statistics about NFS server activity. +Output ressembles .Cm nfsstat Fl s . .It Ic pf Display filter information about |