File: modinfo.8

package info (click to toggle)
modutils 2.3.11-13.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,156 kB
  • ctags: 1,038
  • sloc: ansic: 10,567; sh: 2,120; lex: 484; makefile: 479; yacc: 362
file content (45 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Copyright (c) 1996 Free Software Foundation, Inc.
.\" This program is distributed according to the Gnu General Public License.
.\" See the file COPYING in the kernel source directory
.\" $Id: modinfo.8 1.2 Tue, 12 Oct 1999 20:53:21 +1000 keith $
.\"
.TH MODINFO 8 "11 Nov 1997" Linux "Linux Module Support"
.SH NAME
modinfo \- display information about a kernel module
.SH SYNOPSIS
.B modinfo
[ options ] <module_file>
.SH DESCRIPTION
The
.B modinfo
utility examines the object file
.I module_file
associated with a kernel module and displays any information that it
can glean.
.SS OPTIONS
.TP
.BR \-a ", " \-\-author
Display the module's author.
.TP
.BR \-d ", " \-\-description
Display the module's description.
.TP
.BI \-f format_string ", \-\-format " format_string
Let the user specify an arbitrary format string which can extract
values from the ELF section in
.I module_file
which contains the module information. Replacements consist of a
percent sign followed by a tag name in curly braces.
.TP
.BR \-p ", " \-\-parameters
Display the typed parameters that a module may support.
.TP
.BR \-h ", " \-\-help
Display a small usage screen.
.TP
.BR \-V ", " \-\-version
Display the version of
.BR modinfo .
.SH "SEE ALSO"
.BR insmod "(8), " modprobe "(8), " depmod "(8), " rmmod "(8), "
.BR lsmod "(8), " ksyms "(8), " modules "(2) "