Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
| | | | | They have no effect when coming in pairs, or before .Bl/.Bd | ||||
* | Sort .Xr by section number. | davidxu | 2005-12-13 | 1 | -2/+2 |
| | | | | Submitted by: ru | ||||
* | Add cross references to siginfo.3. | davidxu | 2005-12-13 | 1 | -1/+2 |
| | |||||
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
| | |||||
* | Refer to 1003.1 instead of 1003.2 in the Standards section. | tjr | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -0/+4 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -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 kernel | sheldonh | 2002-10-24 | 1 | -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. | alfred | 2002-10-22 | 1 | -0/+26 |
| | | | | | | Move Xref sections. Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | Fix reference to aio_read, should be aio_write | alfred | 2001-10-16 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
| | |||||
* | remove outdated bugs, we actually do have aio_cancel support | alfred | 2000-11-10 | 1 | -1/+0 |
| | | | | as well as support for the field aio_offset in the aiocb structure. | ||||
* | Remove blank lines. | chris | 2000-06-23 | 1 | -1/+0 |
| | |||||
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 1 | -22/+22 |
| | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -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. | mpp | 1999-07-01 | 1 | -6/+6 |
| | |||||
* | Add mising aio_* man pages. Fixed a minor typo in aio_read.2, | wes | 1999-07-01 | 1 | -0/+192 |
and "corrected" statement of Posix conformance. |