diff options
author | ngie <ngie@FreeBSD.org> | 2017-07-18 18:34:09 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-07-18 18:34:09 +0000 |
commit | c3042e4d87515022933c44ba76bf4683eb3cc475 (patch) | |
tree | 9299404d77f7857d4b8078e2f84aaa88cd668104 /lib/libc | |
parent | ff061e35bfd3d7561415ab7697e156b4d23cefe9 (diff) | |
download | FreeBSD-src-c3042e4d87515022933c44ba76bf4683eb3cc475.zip FreeBSD-src-c3042e4d87515022933c44ba76bf4683eb3cc475.tar.gz |
MFC r318707:
sctp_send(3): start sentences on new lines
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/sctp_send.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_send.3 b/lib/libc/net/sctp_send.3 index 9c7f833..18a3e99 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. |