summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-06-06 06:09:26 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-06-06 06:09:26 +0000
commit058bfe4aa5d3a3228a43f40b6acfd253a059bf49 (patch)
tree6827684b73fe0f2ee00e1fd2ca8389b376f3fd1c /lib/libc
parent9cb36cbaac6d76de8cd03748b32d57b5fc1b9e05 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/addr2ascii.32
-rw-r--r--lib/libc/net/gethostbyname.34
-rw-r--r--lib/libc/stdio/printf.32
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3
index 282acacbbfd3..c20d8fbf1f64 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 66865b5cb2e5..258aa8d1a42c 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.6.2.1 1997/06/28 07:46:51 peter 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 6d5ad8a298a5..6d2affb25025 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