svn commit: r321154 - stable/10/lib/libc/net

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


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.


More information about the svn-src-stable mailing list