summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-03-18 11:11:07 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-03-18 11:11:07 +0000
commit54b0c19f836e008fb6c17850333c6c62660f8580 (patch)
treeb2e0cacc87404689ef0048f5d9c24096a0796734
parentf8e10619c7be88807438402a21ee8f28651cf120 (diff)
typo; nash@mcs.net
-rw-r--r--lib/libc/crypt/crypt.34
-rw-r--r--lib/libc/net/ethers.34
-rw-r--r--lib/libform/form_hook.34
-rw-r--r--sbin/ping/ping.83
4 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 524645de55f..239c9b30898 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $
+.\" $OpenBSD: crypt.3,v 1.12 1999/03/18 11:08:33 aaron Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -77,7 +77,7 @@ and a ``$2'' chooses Blowfish hashing, see below for more information.
The
.Ar key
is divided into groups of 8 characters (the last group is null-padded)
-and the low-order 7 bits of each each character (56 bits per group) are
+and the low-order 7 bits of each character (56 bits per group) are
used to form the DES key as follows:
the first group of 56 bits becomes the initial DES key.
For each additional group, the XOR of the encryption of the current DES
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index f5db308115e..74d153fce61 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ethers.3,v 1.9 1998/05/12 09:15:19 deraadt Exp $
+.\" $OpenBSD: ethers.3,v 1.10 1999/03/18 11:09:15 aaron Exp $
.\"
.\" Written by roland@frob.com. Public domain.
.\"
@@ -84,7 +84,7 @@ function parses a line from the
file and fills in the passed ``struct ether_addr'' and character
buffer with the Ethernet address and host name on the line. It
returns zero if the line was successfully parsed and -1 if not.
-The character buffer buffer should be
+The character buffer should be
.Ev MAXHOSTNAMELEN
characters in size.
.Sh FILES
diff --git a/lib/libform/form_hook.3 b/lib/libform/form_hook.3
index 24bec72deb0..dd5fdd43194 100644
--- a/lib/libform/form_hook.3
+++ b/lib/libform/form_hook.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_hook.3,v 1.7 1999/01/22 03:30:53 millert Exp $
+.\" $OpenBSD: form_hook.3,v 1.8 1999/03/18 11:10:13 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -71,7 +71,7 @@ just after a page change once it is posted. \fBform_init\fR returns the
current form init hook, if any (\fBNULL\fR if there is no such hook).
The function \fBset_form_term\fR sets a hook to be called at form-unpost time
-and just before a page change change once it is posted. \fBform_init\fR
+and just before a page change once it is posted. \fBform_init\fR
returns the current form term hook, if any (\fBNULL\fR if there is no such
hook).
.SH RETURN VALUE
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 0271f6b642c..5a339c38e46 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ping.8,v 1.12 1998/12/15 01:20:42 aaron Exp $
+.\" $OpenBSD: ping.8,v 1.13 1999/03/18 11:11:06 aaron Exp $
.\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -377,5 +377,4 @@ broadcast address should only be done under very controlled conditions.
The
.Nm
command appeared in
-A
.Bx 4.3 .