OSDN Git Service

add release kmod
[linuxjm/jm.git] / manual / kmod / release / man8 / insmod.8
diff --git a/manual/kmod/release/man8/insmod.8 b/manual/kmod/release/man8/insmod.8
new file mode 100644 (file)
index 0000000..afcd02b
--- /dev/null
@@ -0,0 +1,67 @@
+'\" t
+.\"     Title: insmod
+.\"    Author: Jon Masters <jcm@jonmasters.org>
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 01/29/2021
+.\"    Manual: insmod
+.\"    Source: kmod
+.\"  Language: English
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
+.\" translated for 29, 2022-05-31 ribbon <ribbon@users.osdn.me>
+.\"
+.TH INSMOD 8 2021/01/29 kmod insmod
+.ie  \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH 名前
+insmod \- Linux カーネルにモジュールを登録する単純なプログラム
+.SH 書式
+.HP \w'\fBinsmod\fR\ 'u
+\fBinsmod\fP [\fIfilename\fP] [\fImodule\ options\fP...]
+.SH 説明
+.PP
+\fBinsmod\fP はカーネルに対して、 モジュールを登録する簡単なプログラムです。 たいていのユーザーは \fBmodprobe\fP(8)
+を使いたいと思うはずです。 そのプログラムの方が、 より賢いもので、 モジュールの依存関係を取り扱ってくれます。
+.PP
+最も一般的なエラーメッセージだけが出力されます。 モジュールのリンク処理は、 現在はカーネル内部において行われるようになったため、
+より詳細なエラー情報は、 普通は \fBdmesg\fP が提供します。
+.SH 著作権
+.PP
+この man ページの元々の著作権表記は Copyright 2002, Rusty Russell, IBM Corporation です。 現在は
+Jon Masters その他により保守されています。
+.SH 関連項目
+.PP
+\fBmodprobe\fP(8), \fBrmmod\fP(8), \fBlsmod\fP(8), \fBmodinfo\fP(8)  \fBdepmod\fP(8)
+.SH 著者
+.PP
+\fBJon Masters\fP <\&jcm@jonmasters\&.org\&>
+.RS 4
+開発者
+.RE
+.PP
+\fBLucas De Marchi\fP <\&lucas\&.de\&.marchi@gmail\&.com\&>
+.RS 4
+開発者
+.RE