summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/read.2
Commit message (Expand)AuthorAgeFilesLines
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-121-10/+10
* pread(2) might fail with EBUSY, so document iteadler2012-04-291-0/+2
* 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
* Avoid a potential hard sentence break.ru2006-10-211-1/+1
* o Follow the trend and try to explain what the slow device is.maxim2006-10-111-3/+5
* -mdoc sweep.ru2005-11-171-1/+1
* Document the ECONNRESET errno value.dds2005-07-291-0/+5
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-071-8/+25
* read(), pread(), write(), and pwrite() return EINVAL if they are askedcperciva2005-02-101-0/+5
* Nitpicking on grammar.yar2004-11-151-1/+1
* 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/+3
* Markup, grammar, and spelling fixes.ru2004-06-301-4/+4
* The maximum value of iovcnt is IOV_MAX, not 16.kbyanc2004-06-151-1/+2
* Describe EOVERFLOW caseache2004-01-251-0/+9
* Fix/add errno return values to match the NFS client implementation anddds2003-09-021-4/+11
* Document that read(2) can also return EPERMdds2003-08-301-0/+3
* Fix struct iovec documentation to match reality.mike2003-01-121-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-3/+9
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-14/+22
* 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-7/+7
* 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-2/+0
* 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-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Document pread() and pwrite().dt1999-04-111-5/+34
* 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
* 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/+189
OpenPOWER on IntegriCloud