OSDN Git Service

afcd02b37cbfc6522cf3104e2ffc69859ca81881
[linuxjm/jm.git] / manual / kmod / release / man8 / insmod.8
1 '\" t
2 .\"     Title: insmod
3 .\"    Author: Jon Masters <jcm@jonmasters.org>
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 01/29/2021
6 .\"    Manual: insmod
7 .\"    Source: kmod
8 .\"  Language: English
9 .\"
10 .\"*******************************************************************
11 .\"
12 .\" This file was generated with po4a. Translate the source file.
13 .\"
14 .\"*******************************************************************
15 .\"
16 .\" translated for 29, 2022-05-31 ribbon <ribbon@users.osdn.me>
17 .\"
18 .TH INSMOD 8 2021/01/29 kmod insmod
19 .ie  \n(.g .ds Aq \(aq
20 .el       .ds Aq '
21 .\" -----------------------------------------------------------------
22 .\" * Define some portability stuff
23 .\" -----------------------------------------------------------------
24 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25 .\" http://bugs.debian.org/507673
26 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
27 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28 .\" -----------------------------------------------------------------
29 .\" * set default formatting
30 .\" -----------------------------------------------------------------
31 .\" disable hyphenation
32 .nh
33 .\" disable justification (adjust text to left margin only)
34 .ad l
35 .\" -----------------------------------------------------------------
36 .\" * MAIN CONTENT STARTS HERE *
37 .\" -----------------------------------------------------------------
38 .SH 名前
39 insmod \- Linux カーネルにモジュールを登録する単純なプログラム
40 .SH 書式
41 .HP \w'\fBinsmod\fR\ 'u
42 \fBinsmod\fP [\fIfilename\fP] [\fImodule\ options\fP...]
43 .SH 説明
44 .PP
45 \fBinsmod\fP はカーネルに対して、 モジュールを登録する簡単なプログラムです。 たいていのユーザーは \fBmodprobe\fP(8)
46 を使いたいと思うはずです。 そのプログラムの方が、 より賢いもので、 モジュールの依存関係を取り扱ってくれます。
47 .PP
48 最も一般的なエラーメッセージだけが出力されます。 モジュールのリンク処理は、 現在はカーネル内部において行われるようになったため、
49 より詳細なエラー情報は、 普通は \fBdmesg\fP が提供します。
50 .SH 著作権
51 .PP
52 この man ページの元々の著作権表記は Copyright 2002, Rusty Russell, IBM Corporation です。 現在は
53 Jon Masters その他により保守されています。
54 .SH 関連項目
55 .PP
56 \fBmodprobe\fP(8), \fBrmmod\fP(8), \fBlsmod\fP(8), \fBmodinfo\fP(8)  \fBdepmod\fP(8)
57 .SH 著者
58 .PP
59 \fBJon Masters\fP <\&jcm@jonmasters\&.org\&>
60 .RS 4
61 開発者
62 .RE
63 .PP
64 \fBLucas De Marchi\fP <\&lucas\&.de\&.marchi@gmail\&.com\&>
65 .RS 4
66 開発者
67 .RE