1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

sctp: document sctp_recvmsg as implemented

PR:		275990

(cherry picked from commit eee88ef45f)
This commit is contained in:
Michael Tuexen 2024-05-02 15:17:43 +02:00
parent e5555583b0
commit dd718119f2

View File

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd April 23, 2015
.Dd May 2, 2024
.Dt SCTP_RECVMSG 3
.Os
.Sh NAME
@ -39,8 +39,8 @@
.In netinet/sctp.h
.Ft ssize_t
.Fo sctp_recvmsg
.Fa "int s" "void *msg" "size_t len" "struct sockaddr * restrict from"
.Fa "socklen_t * restrict fromlen" "struct sctp_sndrcvinfo *sinfo" "int *flags"
.Fa "int s" "void *msg" "size_t len" "struct sockaddr *from"
.Fa "socklen_t *fromlen" "struct sctp_sndrcvinfo *sinfo" "int *flags"
.Fc
.Sh DESCRIPTION
The