1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Correct minor typos in SCTP man pages.

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-04-28 16:57:56 +00:00
parent 064e8b005f
commit 7ee52b008a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178636
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