summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
Commit message (Expand)AuthorAgeFilesLines
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-121-9/+9
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-221-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Minor markup fix: A comma should be seperated by space from macrosimon2006-10-211-1/+1
* List pwritev in the NAME section.ru2006-04-141-1/+2
* -mdoc sweep.ru2005-11-171-1/+1
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-071-6/+21
* read(), pread(), write(), and pwrite() return EINVAL if they are askedcperciva2005-02-101-0/+5
* Reword the last change a bit, add mdoc(7) markup.yar2004-10-251-1/+3
* Explain it is a negative offset that EINVAL may indicate.yar2004-10-161-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* Fix struct iovec documentation to match reality.mike2003-01-121-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+6
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-14/+22
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-101-0/+7
* Remove the internal implementation details of wrapping syscalls,ru2001-10-261-48/+0
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Remove whitespace at EOL.dd2001-07-151-6/+6
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Document the EINTR error.jasone2001-02-261-0/+2
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-4/+4
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Document that writev(2) can fail with ENOBUFS.nik1999-07-301-1/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* writev(2) can return EDESTADDRREQ when attempting to write to aghelmer1999-05-041-0/+6
* Document pread() and pwrite().dt1999-04-111-3/+31
* 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
* .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
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+47
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+205
OpenPOWER on IntegriCloud