From f18519e1d5e942b02f9f271d549eda649d40feac Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 23 May 2017 07:10:20 +0000 Subject: [PATCH] sctp_send(3): start sentences on new lines Reported by: make manlint MFC after: 2 weeks Sponsored by: Dell EMC Isilon --- lib/libc/net/sctp_send.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/net/sctp_send.3 b/lib/libc/net/sctp_send.3 index 9c7f833918b..18a3e99473d 100644 --- a/lib/libc/net/sctp_send.3 +++ b/lib/libc/net/sctp_send.3 @@ -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.