[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbastos@rdc.puc-rio.br: gethostbyname(3)]
- To: tech@openbsd.org
- Subject: [pbastos@rdc.puc-rio.br: gethostbyname(3)]
- From: Pedro Martelletto <pbastos@rdc.puc-rio.br>
- Date: Mon, 1 Mar 2004 17:05:35 -0300
- Content-Disposition: inline
- User-Agent: Mutt/1.4.2i
as he might be busy at the moment, i'm forwarding this here as well...
----- Forwarded message from Pedro Martelletto <pbastos@rdc.puc-rio.br> -----
Date: Sun, 29 Feb 2004 11:35:11 -0300
From: Pedro Martelletto <pbastos@rdc.puc-rio.br>
To: jmc@openbsd.org
Subject: gethostbyname(3)
User-Agent: Mutt/1.4.2i
hi jmc,
looks like gethostbyname(3) has a couple of formatting errors. the
attached patch should fix them.
cheers,
-p.
Index: gethostbyname.3
===================================================================
RCS file: /cvs/src/lib/libc/net/gethostbyname.3,v
retrieving revision 1.20
diff -u -r1.20 gethostbyname.3
--- gethostbyname.3 2003/06/30 16:54:53 1.20
+++ gethostbyname.3 2004/02/29 14:30:21
@@ -227,12 +227,8 @@
for example, a mail-forwarder may be registered for this domain.
.It Dv NETDB_INTERNAL
An internal error occurred.
-This may occurs when an address family other than
-.It Dv AF_INET
-or
-.It Dv AF_INET6
-is specified or when a resource is unable to be allocated.
-the
+This may occur when an address family other than AF_INET or AF_INET6 is
+specified or when a resource is unable to be allocated.
.It Dv NETDB_SUCCESS
The function completed successfully.
.El
----- End forwarded message -----