Date: Thu, 9 Nov 2006 18:38:23 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Randall Stewart <rrs@cisco.com> Cc: freebsd-current@freebsd.org Subject: Re: SCTP is in the Tree :-) Message-ID: <20061109153823.GA1363@rambler-co.ru> In-Reply-To: <45532D06.2010203@cisco.com> References: <45524517.1060501@cisco.com> <20061109115246.GA55317@rambler-co.ru> <45532D06.2010203@cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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.. >=20 > But I do have >=20 > sctp_sendmsg(2) > sctp_recvmsg(2) > sctp_send(2) >=20 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.. >=20 > 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? >=20 sctp(4) should go where tcp(4) currently lives, and should preferably have the same structure. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFU0tvqRfpzJluFF4RAr5dAJ9F/s1/sy0fmU8XcR2HAKsVzrD7UQCdEhdd 93hedJi3r9NI5Aiw4xrMbnM= =/bRh -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061109153823.GA1363>