diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:32 +0000 |
commit | 15dd0b29ea0ca32cf9b46bd0b01604fe21a60692 (patch) | |
tree | 12a4bd51c9fc8d6c7353c116cb7b0b081715a855 /man/lsmod.xml | |
parent | Adding debian version 31+20240202-2. (diff) | |
download | kmod-15dd0b29ea0ca32cf9b46bd0b01604fe21a60692.tar.xz kmod-15dd0b29ea0ca32cf9b46bd0b01604fe21a60692.zip |
Merging upstream version 32.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/lsmod.xml')
-rw-r--r-- | man/lsmod.xml | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/man/lsmod.xml b/man/lsmod.xml deleted file mode 100644 index 588f228..0000000 --- a/man/lsmod.xml +++ /dev/null @@ -1,73 +0,0 @@ -<?xml version='1.0'?> -<!--*-nxml-*--> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<refentry id="lsmod"> - <refentryinfo> - <title>lsmod</title> - <productname>kmod</productname> - - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>Jon</firstname> - <surname>Masters</surname> - <email>jcm@jonmasters.org</email> - </author> - <author> - <contrib>Developer</contrib> - <firstname>Lucas</firstname> - <surname>De Marchi</surname> - <email>lucas.de.marchi@gmail.com</email> - </author> - </authorgroup> - </refentryinfo> - - <refmeta> - <refentrytitle>lsmod</refentrytitle> - <manvolnum>8</manvolnum> - </refmeta> - - <refnamediv> - <refname>lsmod</refname> - <refpurpose>Show the status of modules in the Linux Kernel</refpurpose> - </refnamediv> - - <refsynopsisdiv> - <cmdsynopsis> - <command>lsmod</command> - </cmdsynopsis> - </refsynopsisdiv> - - <refsect1><title>DESCRIPTION</title> - <para> - <command>lsmod</command> is a trivial program which nicely formats the - contents of the <filename>/proc/modules</filename>, showing what kernel - modules are currently loaded. - </para> - </refsect1> - - <refsect1><title>COPYRIGHT</title> - <para> - This manual page originally Copyright 2002, Rusty Russell, IBM - Corporation. Maintained by Jon Masters and others. - </para> - </refsect1> - - <refsect1><title>SEE ALSO</title> - <para> - <citerefentry> - <refentrytitle>insmod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> - </citerefentry> - <citerefentry> - <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry> - </para> - </refsect1> -</refentry> |