Fix a typo: s/kerncruft/kernelcruft/.

PR:		misc/72792
Submitted by:	Hywel Mallett
This commit is contained in:
Maxim Konovalov 2004-10-17 19:02:17 +00:00
parent 57e8fce71c
commit 6f0027bcbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136618

View File

@ -31,7 +31,7 @@ ifinfo Uses the interface MIB to print out all the information
an interface exports in an ugly form.
kdrv KernelDriver; add/list/remove third-party kernel driver
source to/in/from a kernel source tree.
kerncruft Shellscript to find orphaned *.c files in /sys
kernelcruft Shellscript to find orphaned *.c files in /sys
kerninclude Shellscript to find unused #includes in the kernel.
kernxref Shellscript to cross reference symbols in the LINT kernel.
kttcp An in-kernel version of the ttcp network performance tool