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 46 47 48 49 50 51
|
.\" 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 "1997. november 11" Linux "Linux Modul Tmogats"
.SH NV
modinfo \- egy kernel modulrl jelent meg informcit
.SH TTEKINTS
.B modinfo
[ opcik ] <modul_fjl>
.SH LERS
A
.B modinfo
program a
.I modul_fjl
objektum fjlt kernel modulknt vizsglja, s minden kigyjthet
informcit megjelent.
.SS OPCIK
.TP
.BR \-a ", " \-\-author
Megjelenti a modul szerzjt.
.TP
.BR \-d ", " \-\-description
Megjelenti a modul lerst.
.TP
.BI \-f formtum_string ", \-\-format " formtum_string
Ezzel a kapcsolval meghatrozhat egy tetszleges formtum string, mellyel
megkaphatjuk a
.I module_fjl
ELF rszben (amely a modulrl szl informcikat tartalmazza) lv rtkeket.
Ez ll egy szzalkjelbl (%) s zrjelezett cmkenvbl.
.TP
.BR \-p ", " \-\-parameters
Megjelenti a modul ltal hasznlt tpusos paramtereket.
.TP
.BR \-h ", " \-\-help
Rvid hasznlati tmutat.
.TP
.BR \-V ", " \-\-version
A
.BR modinfo
verzijt adja meg.
.SH "LSD MG"
.BR insmod "(8), " modprobe "(8), " depmod "(8), " rmmod "(8), "
.BR lsmod "(8), " ksyms "(8), " modules "(2) "
.SH MAGYAR FORDTS
Bszrmnyi Zoltn <zboszor@mail.externet.hu>
.br
Fehr -Aries- Jnos <aries@vlug.vein.hu>
|