diff options
Diffstat (limited to 'lib/libc/net')
-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 50329a810c9..8d2c18fd7e8 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.7 1997/06/13 13:30:35 deraadt Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.8 1998/07/24 20:49:11 deraadt Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -163,7 +163,7 @@ function prints an error message describing the failure. If it's argument .Fa string is .Pf non Dv -NULL , -it is prepended to the message string and seperated from it by a colon +it is prepended to the message string and separated 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 |