diff options
author | aaron <> | 1999-03-18 11:09:15 +0000 |
---|---|---|
committer | aaron <> | 1999-03-18 11:09:15 +0000 |
commit | 62d4778341f17e9385e8bedbf0d54f6aa9953c0b (patch) | |
tree | a4e14df8d27adf920d2c64585e1078fb020db9e3 /src | |
parent | a5231a9884a3b801910a05006ba52b6641614e38 (diff) | |
download | openbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.tar.gz openbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.tar.bz2 openbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.zip |
typo; nash@mcs.net
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/ethers.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 524645de55..239c9b3089 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.12 1999/03/18 11:08:33 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -77,7 +77,7 @@ and a ``$2'' chooses Blowfish hashing, see below for more information. | |||
77 | The | 77 | The |
78 | .Ar key | 78 | .Ar key |
79 | is divided into groups of 8 characters (the last group is null-padded) | 79 | is divided into groups of 8 characters (the last group is null-padded) |
80 | and the low-order 7 bits of each each character (56 bits per group) are | 80 | and the low-order 7 bits of each character (56 bits per group) are |
81 | used to form the DES key as follows: | 81 | used to form the DES key as follows: |
82 | the first group of 56 bits becomes the initial DES key. | 82 | the first group of 56 bits becomes the initial DES key. |
83 | For each additional group, the XOR of the encryption of the current DES | 83 | For each additional group, the XOR of the encryption of the current DES |
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index f5db308115..74d153fce6 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ethers.3,v 1.9 1998/05/12 09:15:19 deraadt Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.10 1999/03/18 11:09:15 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
@@ -84,7 +84,7 @@ function parses a line from the | |||
84 | file and fills in the passed ``struct ether_addr'' and character | 84 | file and fills in the passed ``struct ether_addr'' and character |
85 | buffer with the Ethernet address and host name on the line. It | 85 | buffer with the Ethernet address and host name on the line. It |
86 | returns zero if the line was successfully parsed and -1 if not. | 86 | returns zero if the line was successfully parsed and -1 if not. |
87 | The character buffer buffer should be | 87 | The character buffer should be |
88 | .Ev MAXHOSTNAMELEN | 88 | .Ev MAXHOSTNAMELEN |
89 | characters in size. | 89 | characters in size. |
90 | .Sh FILES | 90 | .Sh FILES |