aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kldload.2
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-2/+2
| | | | Notes: svn path=/stable/4/; revision=87904
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-5/+7
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-2/+2
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=70483
* MFC: add first cut mod{stat,next,find,fnext}(2) manpagesPeter Wemm2000-09-291-0/+3
| | | | Notes: svn path=/stable/4/; revision=66432
* MFC: Replace .Va, .Ar and .Nm with .Fa or .Va where necessary.John Baldwin2000-08-231-1/+1
| | | | Notes: svn path=/stable/4/; revision=64975
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/stable/4/; revision=59521
* 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