summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
AgeCommit message (Expand)AuthorFilesLines
2019-09-06More Version 1 AT&T UNIX history.schwarze1-14/+12
2017-09-21tweak previous: remove trailing blank and improve a wording;schwarze1-4/+4
2017-09-20Properly document the typical write(2) loop,schwarze1-16/+18
2015-02-05macro fixes from Kaspars at Bankovskis dot net;schwarze1-11/+13
2013-04-08macro fix for previous;jmc1-2/+3
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.guenther1-13/+30
2013-03-09Describe interaction between write and O_APPEND.tedu1-2/+9
2011-11-06repair documentation offset in the p*() versions of the calls and EINVAL;deraadt1-8/+7
2011-11-05Move around the error cases to make clear that some don't apply to theguenther1-21/+30
2009-12-30Document ESPIPE and make EFAULT cover all functions.fgsch1-8/+18
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffsobrado1-4/+4
2008-12-17Document ENOBUFS for writev(2).ray1-2/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-01-19make offset parameter to pwrite apparent in description.espie1-3/+4
2004-04-15various improvements to lists and displays:jmc1-7/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-02section reorder;jmc1-18/+18
2003-04-03exceeds -> exceedes;jmc1-2/+2
2002-01-24most of these is v2, not v6mickey1-2/+2
2001-05-14Split synopsis, plain read/write don't need uio.espie1-4/+7
2001-02-16style(9) nit in examples, aaron@ oksmart1-3/+3
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceaaron1-30/+21
2000-04-20p{read,write}{,v} man pagesderaadt1-8/+47
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-7/+7
2000-04-12Trailing whitespace begone!aaron1-4/+4
1999-11-14EFAULT does not happen for all files; posix 1003.1, line 216deraadt1-6/+6
1999-09-26.Nm -> .Fnespie1-2/+2
1999-09-26Proper coding idioms.espie1-1/+21
1999-09-26`may return following error' => `may return the following error'espie1-2/+2
1999-08-13Missing commamillert1-2/+2
1999-06-29- change references to nil to null; tschroed@acm.orgaaron1-14/+14
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1999-05-11writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'daaron1-1/+7
1999-02-27make function names the correct casederaadt1-6/+6
1998-08-17Xr pollderaadt1-1/+2
1998-08-05IOV_MAX, not UIO_MAXIOVmillert1-3/+3
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return va...millert1-4/+15
1998-07-28Don't talk about the sum of the iov_len being negative since iov_len is unsigned.millert1-8/+2
1998-07-06fix openbsd tagderaadt1-0/+1
1997-04-29mention that write updates timestampskstailey1-1/+7
1996-12-13make UIO_MAXIOV note more prominentmichaels1-3/+10
1995-10-18initial import of NetBSD treederaadt1-0/+207