diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/addr2ascii.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3 index 5a3f3d1..21ebe2a 100644 --- a/lib/libc/net/addr2ascii.3 +++ b/lib/libc/net/addr2ascii.3 @@ -186,7 +186,7 @@ was improperly formatted for address family .Xr inet 4 .Sh HISTORY An interface close to this one was originally suggested by Craig -Partridge. This particular interface originally apppeared in the +Partridge. This particular interface originally appeared in the .Tn INRIA .Tn IPv6 implementation. diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 77bd54c..4c369fe 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95 -.\" $Id: gethostbyname.3,v 1.8 1997/06/18 06:26:13 charnier Exp $ +.\" $Id: gethostbyname.3,v 1.9 1998/03/23 13:05:07 bde Exp $ .\" .Dd May 25, 1995 .Dt GETHOSTBYNAME 3 @@ -137,7 +137,7 @@ Currently the .Fa af argument must be specified as .Dv AF_INET -else the fuction will return +else the function will return .Dv NULL after having set .Va h_errno diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 6d5ad8a..6d2affb 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -625,7 +625,7 @@ The functions and .Fn vasprintf first appeared in the GNU C library. This implementation is thought -to be compatable but is not derived from the GNU code. This implementation +to be compatible but is not derived from the GNU code. This implementation was written by Peter Wemm <peter@FreeBSD.org> and first appeared in .Fx 2.2 . .Sh BUGS |