File: delete_module.2

package info (click to toggle)
manpages-hu 20010119-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,264 kB
  • sloc: makefile: 56; lisp: 56
file content (46 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (5)
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
.\" Copyright (C) 1996 Free Software Foundation, Inc.
.\" This file is distributed according to the GNU General Public License.
.\" See the file COPYING in the top level source directory for details.
.\" $Id: delete_module.2 1.2 Thu, 13 Apr 2000 18:17:59 +1000 kaos $
.\"
.TH DELETE_MODULE 2 "1996. december 26" Linux "Linux Modul Tmogats"
.SH NV
delete_module \- egy betlthet modul terletet trl
.SH TTEKINTS
.nf
.B #include <linux/module.h>
.sp
.BI "int delete_module(const char *" name );
.fi
.SH LERS
A
.B delete_module
megprbl trlni egy nem hasznlt betlthet modul terletet.
Ha a \fIname\fP rtke \fBNULL\fP, akkor minden nem hasznlt,
automatikus trlsre kijellt modul el lesz tvoltva. Ezt a
rendszerhvst csak a superuser hasznlhatja.
.SH "VISSZATRSI RTK"
Siker esetn zr. Hiba esetn az rtk \-1 s az \fIerrno\fP
rtke megfelelen lesz belltva.
.SH HIBK
.TP
.B EPERM
A felhasznl nem a superuser.
.TP
.B ENOENT
Nincs ilyen nev modul.
.TP
.B EINVAL
A \fIname\fP res string volt.
.TP
.B EBUSY
A modul hasznlatban van.
.TP
.B EFAULT
A
.I name
kvl esik a program ltal elrhet cmtartomnyon.
.SH "LSD MG"
.BR create_module "(2), " init_module "(2), " query_module "(2)."
.SH MAGYAR FORDTS
Bszrmnyi Zoltn <zboszor@mail.externet.hu>