summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
Commit message (Collapse)AuthorAgeFilesLines
* Document that writev(2) can fail with ENOBUFS.nik1999-07-301-1/+3
| | | | | | | | Text is a compromise based on messages from Wes Peters, Ville-Pertti Keinonen, and Matt Dillon. PR: docs/10512 Submitted by: Howard Goldstein <hgoldst@mpcs.com>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* writev(2) can return EDESTADDRREQ when attempting to write to aghelmer1999-05-041-0/+6
| | | | | | | UNIX domain socket on which connect(2) had been used to set a destination address and the destination goes away. PR: docs/10451
* Document pread() and pwrite().dt1999-04-111-3/+31
| | | | Obtained from: NetBSD (mostly)
* Update to reflect current include files.mpp1997-01-301-2/+2
|
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-3/+4
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* .DV -> .Dv (SOCK_STREAM was invisible).bde1996-09-281-1/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-4/+3
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+47
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+205
OpenPOWER on IntegriCloud