summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_write.2
Commit message (Collapse)AuthorAgeFilesLines
* Refer to 1003.1 instead of 1003.2 in the Standards section.tjr2003-01-131-1/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+4
|
* mdoc(7) police: Tidy up the syscall language.ru2002-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.
* * Modernize aio(4), providing instructions for static and dynamic kernelsheldonh2002-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.
* Explain to users that they may want to kldload aio.alfred2002-10-221-0/+26
| | | | | | Move Xref sections. Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Fix reference to aio_read, should be aio_writealfred2001-10-161-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* remove outdated bugs, we actually do have aio_cancel supportalfred2000-11-101-1/+0
| | | | as well as support for the field aio_offset in the aiocb structure.
* Remove blank lines.chris2000-06-231-1/+0
|
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-22/+22
| | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-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>
* Fix typos/spelling errors.mpp1999-07-011-6/+6
|
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,wes1999-07-011-0/+192
and "corrected" statement of Posix conformance.
OpenPOWER on IntegriCloud