aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/kld.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
|
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-071-1/+1
| | | | Notes: svn path=/head/; revision=229784
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Adjust history.David E. O'Brien2007-09-281-1/+1
| | | | | | | Approved by: re(ken) Notes: svn path=/head/; revision=172381
* Revise markup in recently added manpages.Ruslan Ermilov2006-09-301-10/+4
| | | | Notes: svn path=/head/; revision=162841
* o Add missed comma, xref kld(4).Maxim Konovalov2006-07-121-2/+3
| | | | Notes: svn path=/head/; revision=160297
* Add utility functions for checking if a given kernel module is loaded,Dag-Erling Smørgrav2006-02-181-0/+98
and loading it. Notes: svn path=/head/; revision=155804