diff options
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 9df758af232..0e9a9cbbf15 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.5 1997/04/26 22:06:38 michaels Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.6 1997/04/26 22:13:41 michaels Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -164,7 +164,7 @@ it is prepended to the message string and seperated from it by a colon and a space. The error message is printed with a trailing newline. The contents of the error message is the same as that returned by .Fn hstrerror -with arrgument +with argument .Fa h_errno . .Sh FILES .Bl -tag -width /etc/hosts -compact |