diff options
author | aaron <> | 1998-09-07 16:44:35 +0000 |
---|---|---|
committer | aaron <> | 1998-09-07 16:44:35 +0000 |
commit | 583667bf28d2a703b3c969f239bff42bb5aedce2 (patch) | |
tree | 39347ee223214429e1bd769c2c20c816f6bc58ce | |
parent | ade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3 (diff) | |
download | openbsd-583667bf28d2a703b3c969f239bff42bb5aedce2.tar.gz openbsd-583667bf28d2a703b3c969f239bff42bb5aedce2.tar.bz2 openbsd-583667bf28d2a703b3c969f239bff42bb5aedce2.zip |
More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index dd04c8f934..741965c5ac 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.3 1998/07/05 19:54:19 millert Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -79,5 +79,5 @@ has been designed by RSA Data Security, Inc. It was posted anonymously | |||
79 | to the USENET and was confirmed to be equivalent by several sources who | 79 | to the USENET and was confirmed to be equivalent by several sources who |
80 | had access to the original cipher. Since | 80 | had access to the original cipher. Since |
81 | .Pa RC4 | 81 | .Pa RC4 |
82 | used to be a trade secret, the cipher is now refered to as | 82 | used to be a trade secret, the cipher is now referred to as |
83 | .Pa ARC4 . | 83 | .Pa ARC4 . |
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 8d2c18fd7e..37069c0a59 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.8 1998/07/24 20:49:11 deraadt Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.9 1998/09/07 16:44:35 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -159,7 +159,7 @@ connection. | |||
159 | .Pp | 159 | .Pp |
160 | The | 160 | The |
161 | .Fn herror | 161 | .Fn herror |
162 | function prints an error message describing the failure. If it's argument | 162 | function prints an error message describing the failure. If its argument |
163 | .Fa string | 163 | .Fa string |
164 | is | 164 | is |
165 | .Pf non Dv -NULL , | 165 | .Pf non Dv -NULL , |