summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-02-17 07:24:32 +0000
committerjmc <jmc@openbsd.org>2003-02-17 07:24:32 +0000
commitaade9751bd64d04908de5f36a8879d87ce61469c (patch)
tree2977cc97ea71753fd5f6a5dc5e210150f8121acb
parentWe want err() after failed ioctl() here too. (diff)
downloadwireguard-openbsd-aade9751bd64d04908de5f36a8879d87ce61469c.tar.xz
wireguard-openbsd-aade9751bd64d04908de5f36a8879d87ce61469c.zip
typos;
-rw-r--r--sbin/wicontrol/wicontrol.86
-rw-r--r--share/man/man8/yp.88
-rw-r--r--usr.bin/vmstat/vmstat.811
-rw-r--r--usr.sbin/afs/src/appl/vos/vos.810
-rw-r--r--usr.sbin/wsfontload/wsfontload.84
-rw-r--r--usr.sbin/wsmoused/wsmoused.842
-rw-r--r--usr.sbin/ypserv/ypinit/ypinit.86
-rw-r--r--usr.sbin/ypserv/yppush/yppush.84
-rw-r--r--usr.sbin/ypserv/ypserv/ypserv.84
9 files changed, 50 insertions, 45 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8
index ad33cd10e9b..8d3077049ee 100644
--- a/sbin/wicontrol/wicontrol.8
+++ b/sbin/wicontrol/wicontrol.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wicontrol.8,v 1.45 2003/01/11 00:12:59 naddy Exp $
+.\" $OpenBSD: wicontrol.8,v 1.46 2003/02/17 07:24:33 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved.
@@ -40,6 +40,7 @@
.Nd configure WaveLAN/IEEE devices
.Sh SYNOPSIS
.Nm wicontrol
+.Bk -words
.Op Ar interface
.Op Fl olL
.Op Fl e Ar 0|1
@@ -64,6 +65,7 @@
.Op Fl R Ar 1|3
.Op Fl S Ar max sleep duration
.Op Fl T Ar 1|2|3|4
+.Ek
.Sh DESCRIPTION
The
.Nm
@@ -435,8 +437,8 @@ Note that there are bugs in Host AP mode in Prism firmware revisions
prior to 0.8.3.
.El
.Sh SEE ALSO
-.Xr awi 4 ,
.Xr an 4 ,
+.Xr awi 4 ,
.Xr wi 4 ,
.Xr hostname.if 5 ,
.Xr ancontrol 8 ,
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8
index cbc3ab3ae88..37c7d8097d2 100644
--- a/share/man/man8/yp.8
+++ b/share/man/man8/yp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yp.8,v 1.16 2002/11/11 20:19:16 mickey Exp $
+.\" $OpenBSD: yp.8,v 1.17 2003/02/17 07:24:33 jmc Exp $
.\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
@@ -105,11 +105,13 @@
.Ar mapname
.Pp
.Nm rpc.yppasswdd
+.Bk -words
.Op Fl d Ar directory
.Op Fl noshell
.Op Fl nogecos
.Op Fl nopw
.Op Fl m Ar arg1 Ar arg2 Ar ...
+.Ek
.Sh DESCRIPTION
The
.Nm YP
@@ -139,7 +141,7 @@ This creates various files in
.Pa /var/yp .
By default the
.Nm YP
-server will be setup in backwards compatible mode.
+server will be set up in backwards compatible mode.
To enable
.Dq secure
mode, the file
@@ -153,7 +155,7 @@ and
.Fx
clients.
.Pp
-If setup as a slave, the required databases are automatically copied
+If set up as a slave, the required databases are automatically copied
from the specified server.
.Pp
The
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 6a242ef6752..ca60d8c171f 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmstat.8,v 1.25 2002/11/29 20:10:04 deraadt Exp $
+.\" $OpenBSD: vmstat.8,v 1.26 2003/02/17 07:24:32 jmc Exp $
.\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $
.\"
.\" Copyright (c) 1986, 1993
@@ -48,7 +48,7 @@
.Op Fl M Ar core
.Op Fl N Ar system
.Op Fl w Ar wait
-.Op disks
+.Op Ar disks
.Sh DESCRIPTION
.Nm
reports certain kernel statistics kept about process, virtual memory,
@@ -66,10 +66,11 @@ If no
.Ar wait
interval is specified, the default is 1 second.
.It Fl f
-Report on the number
+Report on the number of
.Xr fork 2 ,
-.Xr vfork 2 ,
.Xr rfork 2
+and
+.Xr vfork 2
system calls as well as kernel thread creations since system startup,
and the number of pages of virtual memory involved in each.
.It Fl i
@@ -106,7 +107,7 @@ By default,
.Nm
displays the following information just once:
.Bl -tag -width "whatever"
-.It procs
+.It Ar procs
Information about the numbers of processes in various states.
.Pp
.Bl -inset -width xxxxxx -compact
diff --git a/usr.sbin/afs/src/appl/vos/vos.8 b/usr.sbin/afs/src/appl/vos/vos.8
index f680e801075..e1f3999759c 100644
--- a/usr.sbin/afs/src/appl/vos/vos.8
+++ b/usr.sbin/afs/src/appl/vos/vos.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vos.8,v 1.5 2002/06/10 20:09:46 hin Exp $
+.\" $OpenBSD: vos.8,v 1.6 2003/02/17 07:24:33 jmc Exp $
.\" $KTH: vos.8,v 1.1 2000/08/07 12:10:49 lha Exp $
.Dd March 26, 2000
.Dt VOS 8
@@ -70,7 +70,7 @@ not yet implemented
.It Cm restore
not yet implemented
.It Cm status
-Show volume server transactions
+show volume server transactions
.It Cm syncserv
not yet implemented
.It Cm syncvldb
@@ -376,7 +376,7 @@ Not yet implemented.
.Pp
.Ic vos syncsite
.Bd -filled -offset indent -compact
-print the syncsite
+Print the syncsite.
.Ed
.Pp
.Ic vos unlock
@@ -399,10 +399,10 @@ Not yet implemented.
Exit interactive mode.
.Ed
.Sh SEE ALSO
-.Xr bos 8 ,
.Xr fs 1 ,
.Xr pts 1 ,
-.Xr afsd 8
+.Xr afsd 8 ,
+.Xr bos 8
.Sh STANDARDS
The Arla authors are trying to mimic the behaviour of the original AFS
utilities.
diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8
index aeb90343c8a..fe5fabaa9f9 100644
--- a/usr.sbin/wsfontload/wsfontload.8
+++ b/usr.sbin/wsfontload/wsfontload.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsfontload.8,v 1.9 2002/02/13 08:33:47 mpech Exp $
+.\" $OpenBSD: wsfontload.8,v 1.10 2003/02/17 07:24:33 jmc Exp $
.\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $
.\"
.Dd January 13, 1999
@@ -83,7 +83,7 @@ Specifies to print out a list of loaded fonts, no other
arguments should be specified.
.It Fl N Ar name
Specifies a name which can be used later to refer to the font.
-In none is given, the
+If none is given, the
.Ar fontfile
name is used to create one.
.It Fl w Ar width
diff --git a/usr.sbin/wsmoused/wsmoused.8 b/usr.sbin/wsmoused/wsmoused.8
index abfef185280..137b62d839d 100644
--- a/usr.sbin/wsmoused/wsmoused.8
+++ b/usr.sbin/wsmoused/wsmoused.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsmoused.8,v 1.6 2002/03/27 18:54:09 jbm Exp $
+.\" $OpenBSD: wsmoused.8,v 1.7 2003/02/17 07:24:33 jmc Exp $
.\"
.Dd April 8, 2001
.Dt WSMOUSED 8 i386
@@ -79,20 +79,20 @@ Use device
to communicate with the mouse. If this option is not present, the device opened
is
.Pa /dev/wsmouse
-(the multiplexer device that receive all mouse events from all wsmouse
+(the multiplexer device that receives all mouse events from all wsmouse
compatible mice on the system). For a serial mouse, you have to explicitly
specify the serial port, i.e.
-.device port
+.Ar device
must be one of
-.Pa /dev/cua0[0-3]
+.Pa /dev/cua0[0-3] .
.It Fl t Ar type
-This options only applies to serial mice. It specifies the protocol used by the
+This option only applies to serial mice. It specifies the protocol used by the
serial mice.
You may explicitly specify a type listed below or use
.Em auto
to let
.Nm
-to automatically select an appropriate protocol for the given mouse, if the
+automatically select an appropriate protocol for the given mouse, if the
serial mouse respects the PnP COM specification.
.Pp
If this option is not specified,
@@ -103,37 +103,37 @@ the mouse is not PnP compatible.
.Pp
Valid protocol types for this option are the following:
.Bl -tag -width thinkingmouse
-.It microsoft
+.It Ar microsoft
Microsoft serial mouse protocol.
Most 2-button serial mice use this protocol.
-.It intellimouse
+.It Ar intellimouse
Microsoft IntelliMouse protocol.
-Genius NetMouse, ASCII Mie Mouse, Logitech MouseMan+, and FirstMouse+ use
+Genius NetMouse, ASCII Mie Mouse, Logitech MouseMan+, and FirstMouse+
use this protocol as well.
Other mice with a roller/wheel may be compatible with this protocol.
-.It mousesystems
+.It Ar mousesystems
MouseSystems 5-byte protocol.
3-button mice may use this protocol.
-.It mmseries
+.It Ar mmseries
MM Series mouse protocol.
-.It logitech
+.It Ar logitech
Logitech mouse protocol.
-Note that this is for old Logitech models
-.Em mouseman
+Note that this is for old Logitech models.
+.Ar mouseman
or
-.Em intellimouse
+.Ar intellimouse
should be specified for newer models.
-.It mouseman
+.It Ar mouseman
Logitech MouseMan and TrackMan protocol.
-Some 3-button mice may be compatible with this protoco.
+Some 3-button mice may be compatible with this protocol.
Note that MouseMan+ and FirstMouse+ use
-.Em intellimouse
+.Ar intellimouse
protocol rather than this one.
-.It glidepoint
+.It Ar glidepoint
ALPS GlidePoint protocol.
-.It thinkingmouse
+.It Ar thinkingmouse
Kensington ThinkingMouse protocol.
-.It mmhitab
+.It Ar mmhitab
Hitachi tablet protocol.
.El
.El
diff --git a/usr.sbin/ypserv/ypinit/ypinit.8 b/usr.sbin/ypserv/ypinit/ypinit.8
index c7203793d8f..d9e684c507d 100644
--- a/usr.sbin/ypserv/ypinit/ypinit.8
+++ b/usr.sbin/ypserv/ypinit/ypinit.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypinit.8,v 1.6 2001/08/02 18:37:35 mpech Exp $
+.\" $OpenBSD: ypinit.8,v 1.7 2003/02/17 07:24:33 jmc Exp $
.\"
.\" Copyright (c) 1997 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
@@ -49,12 +49,12 @@ may be used to setup a YP server, or to change the ypserver map.
The options are as follows:
.Bl -tag -width Ds
.It Fl m Ar domainname
-Setup a master YP server.
+Set up a master YP server.
If
.Ar domainname
is not given the default domainname will be used.
.It Fl s Ar master_server Op Ar domainname
-Setup a slave YP server.
+Set up a slave YP server.
If
.Ar domainname
is not given the default domainname will be used.
diff --git a/usr.sbin/ypserv/yppush/yppush.8 b/usr.sbin/ypserv/yppush/yppush.8
index e7ff73067ed..9a200e1268f 100644
--- a/usr.sbin/ypserv/yppush/yppush.8
+++ b/usr.sbin/ypserv/yppush/yppush.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yppush.8,v 1.8 2001/08/02 18:37:35 mpech Exp $
+.\" $OpenBSD: yppush.8,v 1.9 2003/02/17 07:24:33 jmc Exp $
.\"
.\" Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
@@ -47,7 +47,7 @@
.Nm yppush
is used to distribute an YP map from a master server to any
slave server in the domain.
-All servers of the domain is fetched from the YP map ypservers.
+All servers of the domain are fetched from the YP map ypservers.
.Pp
The options are as follows:
.Bl -tag -width Ds
diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8
index 992ab1a7ba7..9e8ee305489 100644
--- a/usr.sbin/ypserv/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv/ypserv.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypserv.8,v 1.19 2002/11/09 02:55:45 fgsch Exp $
+.\" $OpenBSD: ypserv.8,v 1.20 2003/02/17 07:24:33 jmc Exp $
.\"
.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
@@ -50,7 +50,7 @@ on the network.
A YP map is stored on the server as a
.Xr db 3
database.
-A number of YP maps is grouped together in a domain.
+A number of YP maps are grouped together in a domain.
.Nm
determines the domains it serves by looking for a directory with
the domain name in