Subject: CVS commit: src/sbin/modunload
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/06/2003 19:55:24
Module Name:	src
Committed By:	jdolecek
Date:		Sat Sep  6 19:55:24 UTC 2003

Modified Files:
	src/sbin/modunload: modunload.8 modunload.c

Log Message:
if neither -i nor -n option is specified, use the passed argument
as module ID if it's numeric, and as module name if it's not numeric

this saves some typing which bothered me for some years (one too many today)


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sbin/modunload/modunload.8
cvs rdiff -r1.11 -r1.12 src/sbin/modunload/modunload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.