mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
fix mispelling of kld
This commit is contained in:
parent
f173e80c8b
commit
60add4e38d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30684
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: kldunload.c,v 1.2 1997/10/19 11:15:45 jmg Exp $
|
||||
* $Id: kldunload.c,v 1.3 1997/10/21 09:59:26 jmg Exp $
|
||||
*/
|
||||
|
||||
#include <err.h>
|
||||
@ -36,7 +36,7 @@
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: modunload [-i id] [-n filename]\n");
|
||||
fprintf(stderr, "usage: kldunload [-i id] [-n filename]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user