svn commit: r321153 - stable/11/lib/libc/net

Ngie Cooper ngie at FreeBSD.org
Tue Jul 18 18:34:11 UTC 2017


Author: ngie
Date: Tue Jul 18 18:34:09 2017
New Revision: 321153
URL: https://svnweb.freebsd.org/changeset/base/321153

Log:
  MFC r318707:
  
  sctp_send(3): start sentences on new lines

Modified:
  stable/11/lib/libc/net/sctp_send.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/net/sctp_send.3
==============================================================================
--- stable/11/lib/libc/net/sctp_send.3	Tue Jul 18 18:33:07 2017	(r321152)
+++ stable/11/lib/libc/net/sctp_send.3	Tue Jul 18 18:34:09 2017	(r321153)
@@ -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.


More information about the svn-src-stable-11 mailing list