Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 17:00:35 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289318 - stable/10/lib/libc/net
Message-ID:  <201510141700.t9EH0ZbD025779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh (doc,ports committer)
Date: Wed Oct 14 17:00:35 2015
New Revision: 289318
URL: https://svnweb.freebsd.org/changeset/base/289318

Log:
  MFC 288833:
  PR:		203440 (based on)
  Submitted by:	ceratv@rpi.edu
  Approved by:	wblock@ (mentor)
  Differential Revision:	https://reviews.freebsd.org/D3813
  
  - address grammar

Modified:
  stable/10/lib/libc/net/getaddrinfo.3

Modified: stable/10/lib/libc/net/getaddrinfo.3
==============================================================================
--- stable/10/lib/libc/net/getaddrinfo.3	Wed Oct 14 16:56:25 2015	(r289317)
+++ stable/10/lib/libc/net/getaddrinfo.3	Wed Oct 14 17:00:35 2015	(r289318)
@@ -18,7 +18,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2013
+.Dd October 5, 2015
 .Dt GETADDRINFO 3
 .Os
 .Sh NAME
@@ -236,15 +236,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510141700.t9EH0ZbD025779>