Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+3 |
| | | | | | | 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 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | 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 | -1/+8 |
| | | | | | | | 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/+62 |
PR: docs/10412 Submitted by: Chris Costello <chris@calldei.com> |