summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/csh/csh.c6
-rw-r--r--lib/libc/gen/basename.c6
-rw-r--r--lib/libc/gen/dirname.34
-rw-r--r--lib/libc/net/getrrsetbyname.36
-rw-r--r--sbin/wicontrol/wicontrol.84
-rw-r--r--usr.sbin/apm/apm.84
6 files changed, 16 insertions, 14 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index 4e5e8c5b86f..1f3f230f8e1 100644
--- a/bin/csh/csh.c
+++ b/bin/csh/csh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: csh.c,v 1.16 2002/02/19 19:39:35 millert Exp $ */
+/* $OpenBSD: csh.c,v 1.17 2002/06/09 05:03:59 deraadt Exp $ */
/* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
#else
-static char rcsid[] = "$OpenBSD: csh.c,v 1.16 2002/02/19 19:39:35 millert Exp $";
+static char rcsid[] = "$OpenBSD: csh.c,v 1.17 2002/06/09 05:03:59 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1300,7 +1300,7 @@ vis_fputc(ch, fp)
/*
* Move the initial descriptors to their eventual
- * resting places, closin all other units.
+ * resting places, closing all other units.
*/
void
initdesc()
diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c
index 9aa31be2473..a4823ddaf10 100644
--- a/lib/libc/gen/basename.c
+++ b/lib/libc/gen/basename.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: basename.c,v 1.7 2002/05/24 21:22:37 deraadt Exp $ */
+/* $OpenBSD: basename.c,v 1.8 2002/06/09 05:03:59 deraadt Exp $ */
/*
* Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -28,7 +28,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: basename.c,v 1.7 2002/05/24 21:22:37 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: basename.c,v 1.8 2002/06/09 05:03:59 deraadt Exp $";
#endif /* not lint */
#include <errno.h>
@@ -54,7 +54,7 @@ basename(path)
while (endp > path && *endp == '/')
endp--;
- /* All slashes becomes "/" */
+ /* All slashes become "/" */
if (endp == path && *endp == '/') {
(void)strlcpy(bname, "/", sizeof bname);
return(bname);
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index 9351b700fa4..ab1cca11bbc 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -24,14 +24,14 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: dirname.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
+.\" $OpenBSD: dirname.3,v 1.12 2002/06/09 05:03:59 deraadt Exp $
.\"
.Dd August 17, 1997
.Dt DIRNAME 3
.Os
.Sh NAME
.Nm dirname
-.Nd extract the directory portition of a pathname
+.Nd extract the directory portion of a pathname
.Sh SYNOPSIS
.Fd #include <libgen.h>
.Ft char *
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index 710a5624c87..50cadfd3720 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.6 2002/05/01 08:03:29 mpech Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.7 2002/06/09 05:03:59 deraadt Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -101,7 +101,9 @@ and
.Li rdatainfo
structures,
and the canonical host name strings pointed to by the
-.Li rrsetinfostructure.
+.Li rrsetinfo
+u lib/libc/sys/lseek.2
+structure.
Memory allocated for the dynamically allocated structures created by
a successful call to
.Fn getrrsetbyname
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8
index 0f078f5ce48..50f5f4f332f 100644
--- a/sbin/wicontrol/wicontrol.8
+++ b/sbin/wicontrol/wicontrol.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wicontrol.8,v 1.38 2002/06/06 19:00:27 kjell Exp $
+.\" $OpenBSD: wicontrol.8,v 1.39 2002/06/09 05:03:59 deraadt Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved.
@@ -220,7 +220,7 @@ and
.Dq hostap
may also be used.
The hostap mode is only available on Prism-II and Prism-2.5-based NICs.
-See below for a explanation of the various port types.
+See below for an explanation of the various port types.
.It Fl a Ar access_point_density
Specify the
.Ar access point density
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8
index b4e98856183..b650ec1f6f3 100644
--- a/usr.sbin/apm/apm.8
+++ b/usr.sbin/apm/apm.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.8,v 1.16 2001/07/05 20:10:31 mickey Exp $
+.\" $OpenBSD: apm.8,v 1.17 2002/06/09 05:03:59 deraadt Exp $
.\"
.\" Copyright (c) 1996 John T. Kohl
.\" All rights reserved.
@@ -96,7 +96,7 @@ until the system resumes from its sleep state.
.Bl -tag -width /var/run/apmdev -compact
.It Pa /var/run/apmdev
default Unix domain socket for communicating with
-.Xr apm 8
+.Xr apmd 8
.El
.Pp
The