cvs commit: src/lib/libc/net sctp_connectx.3 sctp_opt_info.3 sctp_recvmsg.3 sctp_send.3 sctp_sendmsg.3

2007-09-25 Thread Christian Brueffer
brueffer2007-09-25 16:48:08 UTC FreeBSD src repository Modified files: lib/libc/net sctp_connectx.3 sctp_opt_info.3 sctp_recvmsg.3 sctp_send.3 sctp_sendmsg.3 Log: Assorted spelling, punctuation and mdoc fixes. Approved by:re (blanket)

cvs commit: src/lib/libc/net sctp_connectx.3

2007-06-19 Thread Christian Brueffer
brueffer2007-06-19 16:29:46 UTC FreeBSD src repository Modified files: lib/libc/net sctp_connectx.3 Log: Clean up after previous commit: new sentence -> new line, no empty lines, .Fa macro usage. Approved by:re (blanket) Revision ChangesPath 1.5

cvs commit: src/lib/libc/net sctp_connectx.3

2007-06-19 Thread Randall Stewart
rrs 2007-06-19 16:18:43 UTC FreeBSD src repository Modified files: lib/libc/net sctp_connectx.3 Log: - Fix the signature of sctp_connectx to match the function and adds some text about the last argument. Approved by:re ([EMAIL PROTECTED]) Revision Chan