Author: jgh (doc,ports committer)
Date: Mon Oct  5 18:09:43 2015
New Revision: 288833
URL: https://svnweb.freebsd.org/changeset/base/288833

Log:
  - address grammar
  
  PR:           203440 (based on)
  Submitted by: [email protected]
  Approved by:  wblock@ (mentor)
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D3813

Modified:
  head/lib/libc/net/getaddrinfo.3

Modified: head/lib/libc/net/getaddrinfo.3
==============================================================================
--- head/lib/libc/net/getaddrinfo.3     Mon Oct  5 18:08:35 2015        
(r288832)
+++ head/lib/libc/net/getaddrinfo.3     Mon Oct  5 18:09:43 2015        
(r288833)
@@ -18,7 +18,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 20, 2015
+.Dd October 5, 2015
 .Dt GETADDRINFO 3
 .Os
 .Sh NAME
@@ -243,15 +243,14 @@ The list can be traversed by following t
 pointer in each
 .Li addrinfo
 structure until a null pointer is encountered.
-The three members
+Each returned
+.Li addrinfo
+structure contains three members that are suitable for a call to
+.Xr socket 2 :
 .Fa ai_family ,
 .Fa ai_socktype ,
 and
-.Fa ai_protocol
-in each returned
-.Li addrinfo
-structure are suitable for a call to
-.Xr socket 2 .
+.Fa ai_protocol .
 For each
 .Li addrinfo
 structure in the list, the
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to