aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kldload.2
Commit message (Collapse)AuthorAgeFilesLines
* Document that kldload(2) can also return EEXIST.Hiten Pandya2003-06-031-0/+4
| | | | | | | Approved by: des (mentor) Notes: svn path=/head/; revision=115771
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-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. Notes: svn path=/head/; revision=108028
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: remove hard sentence breaks.Dima Dorfman2001-08-011-4/+4
| | | | Notes: svn path=/head/; revision=80904
* Add cross-references for the new kldsym(2) man page.Chris Costello2001-07-271-0/+1
| | | | Notes: svn path=/head/; revision=80433
* Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.Yaroslav Tykhiy2001-07-241-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. Notes: svn path=/head/; revision=80252
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+1
| | | | Notes: svn path=/head/; revision=70481
* Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) manPeter Wemm2000-09-281-0/+3
| | | | | | | pages by Chris Costello. Notes: svn path=/head/; revision=66430
* Remove blank lines.Chris Costello2000-06-231-1/+0
| | | | Notes: svn path=/head/; revision=62021
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-231-1/+1
| | | | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' Notes: svn path=/head/; revision=61988
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* mdoc(7) style fix: FreeBSD -> .FxAlexey Zelkin1999-09-051-1/+2
| | | | | | | Reviewed by: mpp Notes: svn path=/head/; revision=50944
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fix the NAME section of the kldload.2 manpage, which made reference toSheldon Hearn1999-07-011-3/+10
| | | | | | | | | | kldunload. Add proper cross-references to the whole family. PR: 12472 Submitted by: Chris Costello <chris@calldei.com> Notes: svn path=/head/; revision=48389
* Fixed missing include in synopsis.Bruce Evans1999-04-091-2/+2
| | | | | | | Fixed some mdoc usage errors. Notes: svn path=/head/; revision=45512
* Manpages for the KLD system calls.Doug Rabson1999-04-041-0/+75
PR: docs/10412 Submitted by: Chris Costello <chris@calldei.com> Notes: svn path=/head/; revision=45296