diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
commit | d772ee662c59d0c57ee6ec091bcc1b5d284fb641 (patch) | |
tree | 2ba3033cb81512b9255ff0b54ad76cd667e5d2c6 /lib | |
parent | 59bb7d3d2196d91e9c21929f6b0dbad6562a46b5 (diff) |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 4 | ||||
-rw-r--r-- | lib/libc/time/time2posix.3 | 4 | ||||
-rw-r--r-- | lib/libcurses/curs_addchstr.3 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index dd04c8f9343..741965c5ac6 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.3 1998/07/05 19:54:19 millert Exp $ +.\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -79,5 +79,5 @@ has been designed by RSA Data Security, Inc. It was posted anonymously to the USENET and was confirmed to be equivalent by several sources who had access to the original cipher. Since .Pa RC4 -used to be a trade secret, the cipher is now refered to as +used to be a trade secret, the cipher is now referred to as .Pa ARC4 . diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 8d2c18fd7e8..37069c0a597 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.8 1998/07/24 20:49:11 deraadt Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.9 1998/09/07 16:44:35 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -159,7 +159,7 @@ connection. .Pp The .Fn herror -function prints an error message describing the failure. If it's argument +function prints an error message describing the failure. If its argument .Fa string is .Pf non Dv -NULL , diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3 index 36d4d67b699..9e1ca40a8fc 100644 --- a/lib/libc/time/time2posix.3 +++ b/lib/libc/time/time2posix.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time2posix.3,v 1.5 1998/01/18 23:24:58 millert Exp $ +.\" $OpenBSD: time2posix.3,v 1.6 1998/09/07 16:44:35 aaron Exp $ .TH TIME2POSIX 3 .SH NAME time2posix, posix2time \- convert seconds since the Epoch @@ -79,7 +79,7 @@ Both of these are good indicators of the inferiority of the POSIX representation. .PP The following table summarizes the relationship between a time -T and it's conversion to, +T and its conversion to, and back from, the POSIX representation over the leap second inserted at the end of June, 1993. diff --git a/lib/libcurses/curs_addchstr.3 b/lib/libcurses/curs_addchstr.3 index 914ba136ee2..b8889dfd0da 100644 --- a/lib/libcurses/curs_addchstr.3 +++ b/lib/libcurses/curs_addchstr.3 @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $OpenBSD: curs_addchstr.3,v 1.4 1998/07/23 21:17:27 millert Exp $ +.\" $OpenBSD: curs_addchstr.3,v 1.5 1998/09/07 16:44:35 aaron Exp $ .\" $From: curs_addchstr.3x,v 1.6 1998/03/11 21:12:53 juergen Exp $ .TH curs_addchstr 3 "" .SH NAME @@ -64,7 +64,7 @@ The window cursor is \fInot\fR advanced, and these routines work faster than (such as for the newline, backspace, or carriage return characters), they don't advance the current cursor position, they don't expand other control characters to ^-escapes, and they truncate the string if it crosses the right margin, -rather then wrapping it around to the new line. +rather than wrapping it around to the new line. .SH RETURN VALUES All routines return the integer \fBERR\fR upon failure and \fBOK\fR on success |