OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/linuxjm/jm
[linuxjm/jm.git] / manual / kmod / po4a-each / man5 / depmod.d.5.po
diff --git a/manual/kmod/po4a-each/man5/depmod.d.5.po b/manual/kmod/po4a-each/man5/depmod.d.5.po
new file mode 100644 (file)
index 0000000..af19987
--- /dev/null
@@ -0,0 +1,280 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-08-20 13:56+0900\n"
+"PO-Revision-Date: 2022-10-21 21:48+0900\n"
+"Last-Translator: Chonan Yoichi <cyoichi@maple.ocn.ne.jp>\n"
+"Language-Team: Linux JM project <linuxjm-discuss@lists.osdn.me>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: ./depmod.d.5:10
+#, no-wrap
+msgid "DEPMOD\\&.D"
+msgstr "DEPMOD\\&.D"
+
+#. type: TH
+#: ./depmod.d.5:10
+#, no-wrap
+msgid "01/29/2021"
+msgstr "2021/01/29"
+
+#. type: TH
+#: ./depmod.d.5:10
+#, no-wrap
+msgid "kmod"
+msgstr "kmod"
+
+#. type: TH
+#: ./depmod.d.5:10
+#, no-wrap
+msgid "depmod.d"
+msgstr "depmod.d"
+
+#.  -----------------------------------------------------------------
+#.  * MAIN CONTENT STARTS HERE *
+#.  -----------------------------------------------------------------
+#. type: SH
+#: ./depmod.d.5:30
+#, no-wrap
+msgid "NAME"
+msgstr "名前"
+
+#. type: Plain text
+#: ./depmod.d.5:32
+msgid "depmod.d - Configuration directory for depmod"
+msgstr "depmod.d - depmod 用の設定ディレクトリ"
+
+#. type: SH
+#: ./depmod.d.5:32
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "概要"
+
+#. type: Plain text
+#: ./depmod.d.5:35
+msgid "/usr/lib/depmod\\&.d/*\\&.conf"
+msgstr "/usr/lib/depmod\\&.d/*\\&.conf"
+
+#. type: Plain text
+#: ./depmod.d.5:37
+msgid "/usr/local/lib/depmod\\&.d/*\\&.conf"
+msgstr "/usr/local/lib/depmod\\&.d/*\\&.conf"
+
+#. type: Plain text
+#: ./depmod.d.5:39
+msgid "/run/depmod\\&.d/*\\&.conf"
+msgstr "/run/depmod\\&.d/*\\&.conf"
+
+#. type: Plain text
+#: ./depmod.d.5:41
+msgid "/etc/depmod\\&.d/*\\&.conf"
+msgstr "/etc/depmod\\&.d/*\\&.conf"
+
+#. type: SH
+#: ./depmod.d.5:41
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "説明"
+
+#. type: Plain text
+#: ./depmod.d.5:46
+msgid ""
+"The order in which modules are processed by the B<depmod> command can be "
+"altered on a global or per-module basis\\&. This is typically useful in "
+"cases where built-in kernel modules are complemented by custom built "
+"versions of the same and the user wishes to affect the priority of "
+"processing in order to override the module version supplied by the "
+"kernel\\&."
+msgstr ""
+"モジュールが B<depmod> コマンドによって処理される順番は、\n"
+"全体としても、モジュールごとにも変更することができます。\n"
+"これが役に立つ典型的なケースは、カーネルに付属するモジュールが、\n"
+"同じモジュールのカスタムビルト版で補正されており、\n"
+"ユーザとしては、カーネルの供給するモジュールのバージョンを使わないようにするために、\n"
+"処理の優先順位を変更したい場合です。"
+
+#. type: Plain text
+#: ./depmod.d.5:50
+msgid ""
+"The format of files under depmod\\&.d is simple: one command per line, with "
+"blank lines and lines starting with \\*(Aq#\\*(Aq ignored (useful for adding "
+"comments)\\&. A \\*(Aq\\e\\*(Aq at the end of a line causes it to continue "
+"on the next line, which makes the files a bit neater\\&."
+msgstr ""
+"depmod\\&.d の下にあるファイルの書式は単純です。1 行 1 コマンドで、空行や\n"
+"\\*(Aq#\\*(Aq で始まる行は無視されます (後者はコメントを付けるのに使えます)。行末に\n"
+"1 個の \\*(Aq\\e\\*(Aq があると、その行は次の行に続くことになります。これを使うと、\n"
+"ファイルの見かけがちょっとよくなります。"
+
+#. type: SH
+#: ./depmod.d.5:50
+#, no-wrap
+msgid "COMMANDS"
+msgstr "コマンド"
+
+#. type: Plain text
+#: ./depmod.d.5:53
+msgid "search I<subdirectory\\&.\\&.\\&.>"
+msgstr "search I<subdirectory\\&.\\&.\\&.>"
+
+#. type: Plain text
+#: ./depmod.d.5:62
+msgid ""
+"This allows you to specify the order in which /lib/modules (or other "
+"configured module location) subdirectories will be processed by "
+"B<depmod>\\&. Directories are listed in order, with the highest priority "
+"given to the first listed directory and the lowest priority given to the "
+"last directory listed\\&. The special keyword B<built-in> refers to the "
+"standard module directories installed by the kernel\\&. Another special "
+"keyword B<external> refers to the list of external directories, defined by "
+"the B<external> command\\&."
+msgstr ""
+"このコマンドを使うと、/lib/modules\n"
+"(あるいは、モジュールの置き場として設定されたほかの場所)\n"
+"以下のサブディレクトリが、B<depmod> によって処理される順番を指定することができます。\n"
+"リストするディレクトリの順番では、最初のものの優先度が最も高く、\n"
+"最後のものの優先度が最も低くなります。スペシャルキーワードの B<built-in>\n"
+"は、カーネルによってインストールされる標準のモジュールディレクトリを指しています。\n"
+"もう一つのスペシャルキーワード B<external> は、B<external>\n"
+"コマンドによって定義される外部のディレクトリのリストを指しています。"
+
+#. type: Plain text
+#: ./depmod.d.5:66
+msgid ""
+"By default, depmod will give a higher priority to a directory with the name "
+"B<updates> using this built-in search string: \"updates built-in\" but more "
+"complex arrangements are possible and are used in several popular "
+"distributions\\&."
+msgstr ""
+"デフォルトでは、B<depmod> は、プログラムに埋め込まれた \"updates built-in\"\n"
+"という検索文字列を使って、B<updates> という名前のディレクトリに、B<built-in>\n"
+"よりも高い優先度を与えています。でも、もっと複雑な順番の設定も可能であり、\n"
+"有名なディストリビューションのいくつかでは、\n"
+"そうした順番が実際に使われています。"
+
+#. type: Plain text
+#: ./depmod.d.5:69
+msgid "override I<modulename> I<kernelversion> I<modulesubdirectory>"
+msgstr "override I<modulename> I<kernelversion> I<modulesubdirectory>"
+
+#. type: Plain text
+#: ./depmod.d.5:75
+msgid ""
+"This command allows you to override which version of a specific module will "
+"be used when more than one module sharing the same name is processed by the "
+"B<depmod> command\\&. It is possible to specify one kernel or all kernels "
+"using the * wildcard\\&.  I<modulesubdirectory> is the name of the "
+"subdirectory under /lib/modules (or other module location) where the target "
+"module is installed\\&."
+msgstr ""
+"このコマンドを使うと、同じ名前を持つ複数のモジュールが B<depmod>\n"
+"コマンドの処理の対象になる場合に、\n"
+"特定のモジュールについて、使用するバージョンを変更することができます。\n"
+"ある一つのカーネルを指定することもできますし、ワイルドカードの *\n"
+"を使って、すべてのカーネルを指定することも可能です。(書式中の)\n"
+"I<modulesubdirectory> は、/lib/modules\n"
+"(あるいは、モジュールの存在するほかの場所) 以下のサブディレクトリの名前であり、\n"
+"処理対象になるモジュールがインストールされているところです。"
+
+#. type: Plain text
+#: ./depmod.d.5:81
+msgid ""
+"For example, it is possible to override the priority of an updated test "
+"module called B<kmod> by specifying the following command: \"override kmod * "
+"extra\"\\&. This will ensure that any matching module name installed under "
+"the B<extra> subdirectory within /lib/modules (or other module location) "
+"will take priority over any likenamed module already provided by the "
+"kernel\\&."
+msgstr ""
+"たとえば、更新版の出た B<kmod>\n"
+"という名前のテストモジュールの優先度を、\"override kmod * extra\"\n"
+"というコマンドを指定することで変更することができます。\n"
+"このようにすると、/lib/modules (あるいは、モジュールの存在するほかの場所)\n"
+"の内にある B<extra> というサブディレクトリ以下にインストールされているモジュールの中に、\n"
+"モジュール名のマッチするものがあれば、\n"
+"カーネルによってすでに提供されている同名のどんなモジュールよりも、\n"
+"それが高い優先度を持つようになるのです。"
+
+#. type: Plain text
+#: ./depmod.d.5:84
+msgid "external I<kernelversion> I<absolutemodulesdirectory\\&.\\&.\\&.>"
+msgstr "external I<kernelversion> I<absolutemodulesdirectory\\&.\\&.\\&.>"
+
+#. type: Plain text
+#: ./depmod.d.5:88
+msgid ""
+"This specifies a list of directories, which will be checked according to the "
+"priorities in the B<search> command\\&. The order matters also, the first "
+"directory has the higher priority\\&."
+msgstr ""
+"このコマンドでは、ディレクトリのリストを指定しますが、そのリストは、B<search>\n"
+"コマンドにおける優先順位に従って照合されることになります。\n"
+"順序はここでも意味があり、先に挙げたディレクトリが、より高い優先度を持ちます。"
+
+#. type: Plain text
+#: ./depmod.d.5:93
+msgid ""
+"The I<kernelversion> is a POSIX regular expression or * wildcard, like in "
+"the B<override>\\&."
+msgstr ""
+"I<kernelversion> は、POSIX の正規表現、またはワイルドカードの * です。B<override>\n"
+"におけると同様です"
+
+#. type: SH
+#: ./depmod.d.5:94
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr "著作権"
+
+#. type: Plain text
+#: ./depmod.d.5:97
+msgid "This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc\\&."
+msgstr ""
+"このマニュアルページは、\"Copyright 2006-2010, Jon Masters,\n"
+"Red Hat, Inc\" です。"
+
+#. type: SH
+#: ./depmod.d.5:97
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "関連項目"
+
+#. type: Plain text
+#: ./depmod.d.5:100
+msgid "B<depmod>(8)"
+msgstr "B<depmod>(8)"
+
+#. type: SH
+#: ./depmod.d.5:100
+#, no-wrap
+msgid "AUTHORS"
+msgstr "著者"
+
+#. type: Plain text
+#: ./depmod.d.5:103
+msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
+msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
+
+#. type: Plain text
+#: ./depmod.d.5:105 ./depmod.d.5:110 ./depmod.d.5:115
+msgid "Developer"
+msgstr "開発者"
+
+#. type: Plain text
+#: ./depmod.d.5:108
+msgid "B<Robby Workman> E<lt>\\&rworkman@slackware\\&.com\\&E<gt>"
+msgstr "B<Robby Workman> E<lt>\\&rworkman@slackware\\&.com\\&E<gt>"
+
+#. type: Plain text
+#: ./depmod.d.5:113
+msgid "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>"
+msgstr "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>"