Date: Tue, 21 Oct 1997 02:59:29 -0700 (PDT) From: John-Mark Gurney <jmg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/kldload kldload.8 kldload.c src/sbin/kldstat kldstat.8 kldstat.c src/sbin/kldunload kldunload.8 kldunload.c Message-ID: <199710210959.CAA19890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 1997/10/21 02:59:28 PDT Modified files: sbin/kldload kldload.8 kldload.c sbin/kldstat kldstat.8 kldstat.c sbin/kldunload kldunload.8 kldunload.c Log: a few code style changes: o start function names in column 1 o sort order of flags in getopt and switch o don't try to reference progname o unspam some changes introduced by a 2.2.1-R build box instead of a -current build box doc changes: o document when these commands first appeared o put email address in angle brakets o minor mdoc clean up Revision Changes Path 1.2 +10 -4 src/sbin/kldload/kldload.8 1.3 +6 -9 src/sbin/kldload/kldload.c 1.2 +9 -3 src/sbin/kldstat/kldstat.8 1.3 +12 -17 src/sbin/kldstat/kldstat.c 1.2 +10 -6 src/sbin/kldunload/kldunload.8 1.3 +10 -15 src/sbin/kldunload/kldunload.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710210959.CAA19890>