Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document that kldload(2) can also return EEXIST. | hmp | 2003-06-03 | 1 | -0/+4 |
| | | | | Approved by: des (mentor) | ||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -3/+5 |
| | | | | | | | | | | 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. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: remove hard sentence breaks. | dd | 2001-08-01 | 1 | -4/+4 |
| | |||||
* | Add cross-references for the new kldsym(2) man page. | chris | 2001-07-27 | 1 | -0/+1 |
| | |||||
* | Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages. | yar | 2001-07-24 | 1 | -0/+1 |
| | | | | | | Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a related utility's (section 8) page. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -0/+1 |
| | |||||
* | Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man | peter | 2000-09-28 | 1 | -0/+3 |
| | | | | pages by Chris Costello. | ||||
* | 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 | -1/+1 |
| | | | | | | ``.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. | ||||
* | mdoc(7) style fix: FreeBSD -> .Fx | phantom | 1999-09-05 | 1 | -1/+2 |
| | | | | Reviewed by: mpp | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix the NAME section of the kldload.2 manpage, which made reference to | sheldonh | 1999-07-01 | 1 | -3/+10 |
| | | | | | | | kldunload. Add proper cross-references to the whole family. PR: 12472 Submitted by: Chris Costello <chris@calldei.com> | ||||
* | Fixed missing include in synopsis. | bde | 1999-04-09 | 1 | -2/+2 |
| | | | | Fixed some mdoc usage errors. | ||||
* | Manpages for the KLD system calls. | dfr | 1999-04-04 | 1 | -0/+75 |
PR: docs/10412 Submitted by: Chris Costello <chris@calldei.com> |