Author: jgh (doc,ports committer) Date: Mon Jan 25 20:04:06 2016 New Revision: 294746 URL: https://svnweb.freebsd.org/changeset/base/294746
Log: MFC 288833: PR: 203440 (based on) Submitted by: cer...@rpi.edu Approved by: wblock@ (mentor) Differential Revision: https://reviews.freebsd.org/D3813 - address grammar Modified: stable/9/lib/libc/net/getaddrinfo.3 Modified: stable/9/lib/libc/net/getaddrinfo.3 ============================================================================== --- stable/9/lib/libc/net/getaddrinfo.3 Mon Jan 25 19:11:34 2016 (r294745) +++ stable/9/lib/libc/net/getaddrinfo.3 Mon Jan 25 20:04:06 2016 (r294746) @@ -276,15 +276,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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"