diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-10-21 09:59:26 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-10-21 09:59:26 +0000 |
commit | 2830148a29f76ad83de6693dad770c5c8240c55e (patch) | |
tree | 365b023bfc9ea7336245d53acc0211cc9ae73392 /sbin/kldload/kldload.8 | |
parent | 9cf7c6b0e5ffd15b604f59da7438b8ea8d38ff26 (diff) |
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
Notes
Notes:
svn path=/head/; revision=30627
Diffstat (limited to 'sbin/kldload/kldload.8')
-rw-r--r-- | sbin/kldload/kldload.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index a27ace2e83c7..0288aa9d5d4e 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -23,11 +23,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: kldload.8,v 1.1 1997/05/07 18:19:21 dfr Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 -.Os +.Os FreeBSD .Sh NAME .Nm kldload .Nd load a file into the kernel @@ -41,14 +41,20 @@ The loads a file into the kernel using the kernel linker. .Pp The options are: -.Bl -tag -width indent +.Bl -tag -width XXX -offset indent .It Fl v Be more verbose. .El .Sh SEE ALSO .Xr kldstat 8 , .Xr kldunload 8 +.Sh HISTORY +The +.Nm +command first appeared in +.Fx 3.0 . .Sh AUTHOR .Bl -tag -Doug Rabson, dfr@freebsd.org +Doug Rabson +.Aq dfr@freebsd.org .El. |