Date: Thu, 22 Feb 2007 09:42:25 -0500 From: Randall Stewart <rrs@cisco.com> To: Randall Stewart <rrs@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc sctp_generic_recvmsg.2 sctp_generic_sendmsg.2 sctp_peeloff.2 src/lib/libc/net Makefile.inc sctp_bindx.3 sctp_connectx.3 sctp_freepaddrs.3 sctp_getaddrlen.3 sctp_getassocid.3 sctp_getpaddrs.3 ... Message-ID: <45DDABD1.4060604@cisco.com> In-Reply-To: <200702221432.l1MEWd4H004807@repoman.freebsd.org> References: <200702221432.l1MEWd4H004807@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
All: Please give me a hand with these.. I am not the best at english (my first language is C :-D) .. so any help and contributions are most welcome .. I still need to add to sctp.4 all the sysctl -a stuff.. I will try to get to that in the next few weeks :-0 R Randall Stewart wrote: > rrs 2007-02-22 14:32:39 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys Makefile.inc > lib/libc/net Makefile.inc > share/man/man4 Makefile > Added files: > lib/libc/sys sctp_generic_recvmsg.2 > sctp_generic_sendmsg.2 sctp_peeloff.2 > lib/libc/net sctp_bindx.3 sctp_connectx.3 > sctp_freepaddrs.3 sctp_getaddrlen.3 > sctp_getassocid.3 sctp_getpaddrs.3 > sctp_opt_info.3 sctp_recvmsg.3 > sctp_send.3 sctp_sendmsg.3 > share/man/man4 sctp.4 > Log: > First cut of the sctp man pages. Still need work. > > Revision Changes Path > 1.64 +8 -1 src/lib/libc/net/Makefile.inc > 1.1 +109 -0 src/lib/libc/net/sctp_bindx.3 (new) > 1.1 +98 -0 src/lib/libc/net/sctp_connectx.3 (new) > 1.1 +71 -0 src/lib/libc/net/sctp_freepaddrs.3 (new) > 1.1 +80 -0 src/lib/libc/net/sctp_getaddrlen.3 (new) > 1.1 +76 -0 src/lib/libc/net/sctp_getassocid.3 (new) > 1.1 +100 -0 src/lib/libc/net/sctp_getpaddrs.3 (new) > 1.1 +109 -0 src/lib/libc/net/sctp_opt_info.3 (new) > 1.1 +272 -0 src/lib/libc/net/sctp_recvmsg.3 (new) > 1.1 +324 -0 src/lib/libc/net/sctp_send.3 (new) > 1.1 +297 -0 src/lib/libc/net/sctp_sendmsg.3 (new) > 1.123 +1 -0 src/lib/libc/sys/Makefile.inc > 1.1 +76 -0 src/lib/libc/sys/sctp_generic_recvmsg.2 (new) > 1.1 +88 -0 src/lib/libc/sys/sctp_generic_sendmsg.2 (new) > 1.1 +82 -0 src/lib/libc/sys/sctp_peeloff.2 (new) > 1.375 +1 -0 src/share/man/man4/Makefile > 1.1 +426 -0 src/share/man/man4/sctp.4 (new) > -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 <or> 803-317-4952 (cell)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45DDABD1.4060604>