diff options
author | michaels <michaels@cvs.openbsd.org> | 1997-04-26 22:13:42 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1997-04-26 22:13:42 +0000 |
commit | 0ebcca5fa4dd66dd35a44292ca02670a98e127d2 (patch) | |
tree | 066eb4fb964e9928fd06f1e00ee462a53441451f /lib | |
parent | 7b14c43ff7d55d7f9e7893d3e27e42e80e099b0a (diff) |
my keyboard made a typo.
Diffstat (limited to 'lib')
-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 |