Correct minor typos in SCTP man pages.

MFC after:	3 days
This commit is contained in:
rwatson 2008-04-28 16:57:56 +00:00
parent 42c3982ca9
commit 6e7532b386
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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