From: Lucas De Marchi Date: Thu, 12 Jan 2012 15:57:45 +0000 (-0200) Subject: man: build lsmod man page X-Git-Tag: v4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26df21009de072e2b3b13d1870164c84ae76afdc;p=thirdparty%2Fkmod.git man: build lsmod man page --- diff --git a/man/Makefile.am b/man/Makefile.am index 632b6a02..f8c3e602 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5 -MAN8 = depmod.8 insmod.8 +MAN8 = depmod.8 insmod.8 lsmod.8 dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB) diff --git a/man/lsmod.sgml b/man/lsmod.sgml deleted file mode 100644 index 0267451c..00000000 --- a/man/lsmod.sgml +++ /dev/null @@ -1,83 +0,0 @@ -Debian GNU/Linux"> - DocBook"> - SGML"> -]> - - - - - -
- jcm@jonmasters.org -
- - Jon - Masters - - 2010-03-01 -
- - lsmod - 8 - - - lsmod program to show the status of modules in the Linux Kernel - - - - lsmod - - - - DESCRIPTION - - lsmod is a trivial program which nicely - formats the contents of the /proc/modules, - showing what kernel modules are currently loaded. - - - - - COPYRIGHT - - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - - - - SEE ALSO - - - - insmod8 - , - - modprobe8 - , - - modinfo8 - - - -
- - diff --git a/man/lsmod.xml b/man/lsmod.xml new file mode 100644 index 00000000..10af845e --- /dev/null +++ b/man/lsmod.xml @@ -0,0 +1,70 @@ + + + + + + lsmod + kmod + + + + Developer + Jon + Masters + jcm@jonmasters.org + + + Developer + Lucas + De Marchi + lucas.demarchi@profusion.mobi + + + + + + lsmod + 8 + + + + lsmod + Show the status of modules in the Linux Kernel + + + + + lsmod + + + + DESCRIPTION + + lsmod is a trivial program which nicely formats the + contents of the /proc/modules, showing what kernel + modules are currently loaded. + + + + COPYRIGHT + + This manual page originally Copyright 2002, Rusty Russell, IBM + Corporation. Maintained by Jon Masters and others. + + + + SEE ALSO + + + insmod8 + , + + modprobe8 + , + + modinfo8 + + + +