From owner-freebsd-current@FreeBSD.ORG Thu Nov 9 15:38:32 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3181F16A4CA for ; Thu, 9 Nov 2006 15:38:32 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4014843D77 for ; Thu, 9 Nov 2006 15:38:25 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 4EFFE60CC; Thu, 9 Nov 2006 18:38:24 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 2DA0C6122; Thu, 9 Nov 2006 18:38:24 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA9FcOVD001434; Thu, 9 Nov 2006 18:38:24 +0300 (MSK) (envelope-from ru) Date: Thu, 9 Nov 2006 18:38:23 +0300 From: Ruslan Ermilov To: Randall Stewart Message-ID: <20061109153823.GA1363@rambler-co.ru> References: <45524517.1060501@cisco.com> <20061109115246.GA55317@rambler-co.ru> <45532D06.2010203@cisco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <45532D06.2010203@cisco.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: freebsd-current@freebsd.org Subject: Re: SCTP is in the Tree :-) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 15:38:32 -0000 --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--