Date: Tue, 18 Jul 2017 18:34:16 +0000 (UTC) From: Ngie Cooper <ngie@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: r321154 - stable/10/lib/libc/net Message-ID: <201707181834.v6IIYGrH086125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Jul 18 18:34:16 2017 New Revision: 321154 URL: https://svnweb.freebsd.org/changeset/base/321154 Log: MFC r318707: sctp_send(3): start sentences on new lines Modified: stable/10/lib/libc/net/sctp_send.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/net/sctp_send.3 ============================================================================== --- stable/10/lib/libc/net/sctp_send.3 Tue Jul 18 18:34:09 2017 (r321153) +++ stable/10/lib/libc/net/sctp_send.3 Tue Jul 18 18:34:16 2017 (r321154) @@ -105,8 +105,8 @@ struct sctp_sndrcvinfo { The .Fa sinfo->sinfo_ppid argument is an opaque 32 bit value that is passed transparently -through the stack to the peer endpoint. It will be available on -reception of a message (see +through the stack to the peer endpoint. +It will be available on reception of a message (see .Xr sctp_recvmsg 3 ) . Note that the stack passes this value without regard to byte order.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707181834.v6IIYGrH086125>