Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 07:10:20 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318707 - head/lib/libc/net
Message-ID:  <201705230710.v4N7AKFw070469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue May 23 07:10:20 2017
New Revision: 318707
URL: https://svnweb.freebsd.org/changeset/base/318707

Log:
  sctp_send(3): start sentences on new lines
  
  Reported by:	make manlint
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/net/sctp_send.3

Modified: head/lib/libc/net/sctp_send.3
==============================================================================
--- head/lib/libc/net/sctp_send.3	Tue May 23 07:09:26 2017	(r318706)
+++ head/lib/libc/net/sctp_send.3	Tue May 23 07:10:20 2017	(r318707)
@@ -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?201705230710.v4N7AKFw070469>