diff options
-rw-r--r-- | lib/libc/sys/sctp_generic_recvmsg.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/sctp_peeloff.2 | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/sctp_generic_recvmsg.2 b/lib/libc/sys/sctp_generic_recvmsg.2 index a2caccb..97a8f70 100644 --- a/lib/libc/sys/sctp_generic_recvmsg.2 +++ b/lib/libc/sys/sctp_generic_recvmsg.2 @@ -45,7 +45,6 @@ .In netinet/sctp.h .Ft int .Fn sctp_generic_recvmsg "int s" "struct iovec *iov" "int iovlen" "struct sockaddr *from" "socklen_t *fromlen" "struct sctp_sndrcvinfo *sinfo" "int *msgflags" -.Ft int .Sh DESCRIPTION The .Fn sctp_generic_recvmsg diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2 index b94d49e..0ae20d6 100644 --- a/lib/libc/sys/sctp_peeloff.2 +++ b/lib/libc/sys/sctp_peeloff.2 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm sctp_peeloff -.Nd detach an association from an one-to-many socket to its on sd +.Nd detach an association from a one-to-many socket to its on fd .Sh LIBRARY .Lb libc .Sh SYNOPSIS |