Re: SCTP is in the Tree :-)

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Thu, 9 Nov 2006 18:38:23 +0300
On Thu, Nov 09, 2006 at 08:28:38AM -0500, Randall Stewart wrote:
> If you look on one of my postings.. I actually want to
> verify where to place man pages.. I don't have a
> sctp(4).. which is a GREAT idea..
> 
> But I do have
> 
> sctp_sendmsg(2)
> sctp_recvmsg(2)
> sctp_send(2)
> 
What are they?  I can only find

src/sys/netinet/sctp_uio.h:ssize_t sctp_sendmsg

when word-searching for "sctp_sendmsg".  If these are
some new syscalls, then they need to be implemented
first, then added to libc, and then the manpages should
go to src/lib/libc/sys/.  If they are functional wrappers
around existing syscalls (sendmsg(2) etc.), then the
wrapping code and manpages should go into libc/net/,
and section should be 3 and not 2.  If they're something
else, well... tell me what they are supposed to be.  ;)

> And maybe one other that I am not remembering this
> early without a cup of coffee..
> 
> Can I just put these in the doc tree under man2.. and man4
> (assuming I write sctp(4))? (after of course getting
> gnn's approval).. or is there some other process to
> check documents in?
> 
sctp(4) should go where tcp(4) currently lives, and
should preferably have the same structure.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Thu Nov 09 2006 - 14:38:32 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:02 UTC