aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/sctp_send.3
Commit message (Collapse)AuthorAgeFilesLines
* sctp: update manpagesLexi Winter2024-02-031-2/+190
| | | | | | | | | | | | | | Add missing documentation for sctp_sendv(3) and sctp_recvv(3). Add a note that sctp_send(3), sctp_sendx(3) and sctp_recvmsg(3) are deprecated by RFC 6458. Add a STANDARDS section to all functions specified in RFC 6458 to indicate their standards conformance. MFC after: 2 weeks Reviewed by: imp, bcr, kp, tuexen Pull Request: https://github.com/freebsd/freebsd-src/pull/965
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* sctp_send(3): start sentences on new linesEnji Cooper2017-05-231-2/+2
| | | | | | | | | Reported by: make manlint MFC after: 2 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=318707
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-211-1/+1
| | | | | | | Found with: mandoc -Tlint Notes: svn path=/head/; revision=276006
* Remove the advertising clause from the Regents of the University ofEd Maste2013-05-281-5/+1
| | | | | | | California's license, per the letter dated July 22, 1999. Notes: svn path=/head/; revision=251067
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-19/+19
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-2/+2
| | | | | | | Approved by: rrs (mentor) Notes: svn path=/head/; revision=212463
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-2/+2
| | | | | | | Approved by: rrs (mentor) Notes: svn path=/head/; revision=211936
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Spelling fixes.Joel Dahl2010-08-021-1/+1
| | | | Notes: svn path=/head/; revision=210772
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.Rebecca Cran2010-07-041-8/+8
| | | | | | | Approved by: rrs (mentor) Notes: svn path=/head/; revision=209684
* Fix typo of ENOTCONN.Rebecca Cran2010-01-311-1/+1
| | | | | | | | | Add missing RETURN VALUES section in sctp_opt_info(3). Approved by: rrs (mentor) Notes: svn path=/head/; revision=203322
* Miscellaneous mdoc, spelling and inconsistency fixes.Christian Brueffer2010-01-121-1/+1
| | | | | | | | | PR: 142573, 142576 (mostly) Submitted by: brucec MFC after: 1 week Notes: svn path=/head/; revision=202176
* - correct xref sectionsDaniel Gerzo2009-11-281-1/+1
| | | | | | | | | PR: docs/140940 Submitted by: Bruce Cran <bruce@cran.org.uk> MFC after: 1 week Notes: svn path=/head/; revision=199873
* Assorted spelling, punctuation and mdoc fixes.Christian Brueffer2007-09-251-11/+11
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=172320
* Major cleanup: mdoc macros, style, typos etc.Christian Brueffer2007-06-181-57/+87
| | | | Notes: svn path=/head/; revision=170919
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,Randall Stewart2007-02-261-1/+1
| | | | | | | reported by pluknet@gmail.com. Notes: svn path=/head/; revision=167017
* First cut of the sctp man pages. Still need work.Randall Stewart2007-02-221-0/+324
Notes: svn path=/head/; revision=166886