Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 18:34:10 +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-11@freebsd.org
Subject:   svn commit: r321153 - stable/11/lib/libc/net
Message-ID:  <201707181834.v6IIYAob086077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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