diff options
author | 1999-03-18 11:08:33 +0000 | |
---|---|---|
committer | 1999-03-18 11:08:33 +0000 | |
commit | aaa1ddd5454c6aba12feb292285e0a58c634d4b7 (patch) | |
tree | 96d4ac6dcd46d2f55895940d2ff5c09da4134c7a | |
parent | ``that that'' -> ``than that''; nash@mcs.net (diff) | |
download | wireguard-openbsd-aaa1ddd5454c6aba12feb292285e0a58c634d4b7.tar.xz wireguard-openbsd-aaa1ddd5454c6aba12feb292285e0a58c634d4b7.zip |
typo; nash@mcs.net
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/ethers.3 | 4 | ||||
-rw-r--r-- | lib/libform/form_hook.3 | 4 | ||||
-rw-r--r-- | sbin/ping/ping.8 | 3 | ||||
-rw-r--r-- | share/man/man4/tty.4 | 4 | ||||
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 4 |
6 files changed, 11 insertions, 12 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 . diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index 316641b5418..d35f2c3938d 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.10 1999/03/11 01:35:04 pjanzen Exp $ +.\" $OpenBSD: tty.4,v 1.11 1999/03/18 11:12:19 aaron Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -79,7 +79,7 @@ would have a matching calling unit called .Pa /dev/cua03 . These two devices are normally differentiated by creating the calling unit device node with a minor number 128 greater than the dial-in -device device node. Whereas the dial-in device (the +device node. Whereas the dial-in device (the .Em tty ) normally requires a hardware signal to indicate to the system that it is active, diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index cef160d44cd..2291b3a912f 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcs.1,v 1.5 1998/09/26 19:54:54 aaron Exp $ +.\" $OpenBSD: ipcs.1,v 1.6 1999/03/18 11:13:01 aaron Exp $ .\" $NetBSD: ipcs.1,v 1.4 1995/04/15 02:31:16 cgd Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert @@ -66,7 +66,7 @@ and shared memory segments. The .Dq maximum allowed size is the maximum number of bytes in a message on a message queue, the size of a shared memory segment, -or the number number of semaphores in a set of semaphores. +or the number of semaphores in a set of semaphores. .It Fl c Show the creator's name and group for active semaphores, message queues, and shared memory segments. |