summaryrefslogtreecommitdiff
path: root/lib/libc/sys/aio_write.2
Commit message (Collapse)AuthorAgeFilesLines
* Refer to 1003.1 instead of 1003.2 in the Standards section.Tim J. Robbins2003-01-131-1/+1
| | | | Notes: svn path=/head/; revision=109174
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+4
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-12/+14
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* * Modernize aio(4), providing instructions for static and dynamic kernelSheldon Hearn2002-10-241-20/+1
| | | | | | | | | | | | | | | | | linking. * Fix disorder in the SEE ALSO sections of aio_*(2). * Remove unnecessary cross-references from the SEE ALSO sections of aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced from aio(4). * Remove the KERNEL OPTIONS sections from aio_*(2), now that these pages cross-reference aio(4), which contains suitable kernel linking reference material. Notes: svn path=/head/; revision=105864
* Explain to users that they may want to kldload aio.Alfred Perlstein2002-10-221-0/+26
| | | | | | | | | Move Xref sections. Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=105720
* Fix reference to aio_read, should be aio_writeAlfred Perlstein2001-10-161-1/+1
| | | | Notes: svn path=/head/; revision=85018
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79754
* remove outdated bugs, we actually do have aio_cancel supportAlfred Perlstein2000-11-101-1/+0
| | | | | | | as well as support for the field aio_offset in the aiocb structure. Notes: svn path=/head/; revision=68580
* Remove blank lines.Chris Costello2000-06-231-1/+0
| | | | Notes: svn path=/head/; revision=62021
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-231-22/+22
| | | | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' Notes: svn path=/head/; revision=61988
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49828
* Fix typos/spelling errors.Mike Pritchard1999-07-011-6/+6
| | | | Notes: svn path=/head/; revision=48421
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,Wes Peters1999-07-011-0/+192
and "corrected" statement of Posix conformance. Notes: svn path=/head/; revision=48411