summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_cancel.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/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-6/+6
| | | | | | | | | | 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-21/+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.
* Add cross-references to the aio(4) manual page.des2002-10-241-0/+1
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Explain to users that they may want to kldload aio.alfred2002-10-221-6/+26
| | | | | | Move Xref sections. Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove the only hard sentence break in the file.sheldonh2000-11-241-4/+5
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* logru2000-11-221-0/+1
|
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-151-1/+1
|
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-3/+3
| | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
* Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty linechris2000-06-231-2/+2
| | | | at the end of the file.
* Replace a `manual(section)' reference with a proper .Xr statement.chris2000-05-311-1/+2
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page tojasone2000-03-211-18/+49
| | | | | | reflect the fact that aio_cancel() works now. Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-5/+5
| | | | | | | | | | - 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>
* Nuke the BUGS sections of these man pages because they are not appropriate.mpp1999-07-011-3/+1
|
* Fix typos/spelling errors.mpp1999-07-011-2/+2
|
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,wes1999-07-011-0/+80
and "corrected" statement of Posix conformance.
OpenPOWER on IntegriCloud