summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.8
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-3/+3
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-301-1/+1
| | | | Notes: svn path=/head/; revision=228976
* Fixed manpage's synopsis, and synchronized it with the program's usage().Ruslan Ermilov2004-06-011-5/+5
| | | | Notes: svn path=/head/; revision=129930
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-1/+1
| | | | | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate. Notes: svn path=/head/; revision=124963
* 3rd party modules live in /boot/modules nowadays.Ruslan Ermilov2003-03-031-1/+1
| | | | Notes: svn path=/head/; revision=111850
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
| | | | Notes: svn path=/head/; revision=99968
* mdoc(7) police: oops, didn't catch this one without ispell(1).Ruslan Ermilov2001-11-221-1/+1
| | | | Notes: svn path=/head/; revision=86777
* mdoc(7) police: tiny markup fixes.Ruslan Ermilov2001-11-221-5/+6
| | | | Notes: svn path=/head/; revision=86776
* Write a real man page.Dag-Erling Smørgrav2001-10-121-25/+94
| | | | Notes: svn path=/head/; revision=84829
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-111-0/+25
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) Notes: svn path=/head/; revision=83322