OSDN Git Service

[LFS-SVN] SVN-20190519, チェンジセット 11604-11607 対応。
[lfsbookja/lfsja-git.git] / lfsbook / src / chapter06 / systemd.ch
1 %
2 % This is part of LFSbookja package.
3 %
4 % This is a CTIE change file for the original XML source of the LFSbook.
5 %
6 % $Author$
7 % $Rev$
8 % $Date::                           $
9 %
10 @x
11 <?xml version="1.0" encoding="ISO-8859-1"?>
12 @y
13 <?xml version="1.0" encoding="UTF-8"?>
14 @z
15
16 @x
17     <para>The systemd package contains programs for controlling the startup,
18     running, and shutdown of the system.</para>
19 @y
20     <para>
21     systemd パッケージは、システムの起動、稼動、終了の制御を行うプログラムを提供します。
22     </para>
23 @z
24
25 @x
26     <title>Installation of systemd</title>
27 @y
28     <title>&InstallationOf1;systemd&InstallationOf2;</title>
29 @z
30
31 @x
32     <para>Apply a patch to fix two critical security vulnerabilities:</para>
33 @y
34     <para>
35     重大なセキュリティぜい弱性を修正するパッチを適用します。
36     </para>
37 @z
38
39 @x
40     <para>Create a symlink to work around missing xsltproc:</para>
41 @y
42     <para>
43     xlstproc がなくてもビルドができるように、シンボリックリンクを生成します。
44     </para>
45 @z
46
47 @x
48     <para>Because we have not yet installed the final version of Util-Linux,
49     create links to the libraries in the approprite location:</para>
50 @y
51     <para>
52     ここではまだ、最終版の Util-Linux をインストールしていないため、リンク先のライブラリが適切になるようにします。
53     </para>
54 @z
55
56 @x
57     <para>Set up the man pages:</para>
58 @y
59     <para>man ページの準備をします。</para>
60 @z
61
62 @x
63     <para>Remove tests that cannot be built in chroot:</para>
64 @y
65     <para>
66     chroot 環境ではビルドできないテストを削除します。
67     </para>
68 @z
69
70 @x
71     <para>Remove an unneeded group,
72     <systemitem class="groupname">render</systemitem>, from the default udev
73     rules:</para>
74 @y
75     <para>
76     デフォルトの udev ルールから、不要なグループ <systemitem
77     class="groupname">render</systemitem> を削除します。
78     </para>
79 @z
80
81 @x
82     <para>Prepare systemd for compilation:</para>
83 @y
84     <para>&PreparePackage1;systemd&PreparePackage2;</para>
85 @z
86
87 @x
88       <title>The meaning of the meson options:</title>
89 @y
90       <title>&MeaningOfOption1;meson&MeaningOfOption2;:</title>
91 @z
92
93 @x -D*-path=*
94           <para>These switches provide location of binaries needed by
95           systemd at runtime that have not yet been installed, or who's
96           pkgconfig files are currently only in
97           <filename>/tools/lib/pkgconfig</filename>.</para>
98 @y
99           <para>
100           各スイッチは systemd が実行時に必要としているバイナリであって、まだインストールされていないもの、
101           あるいはその pkcconfig ファイルが現時点にて <filename>/tools/lib/pkgconfig</filename> にしかないものに関して、
102           そのパスを指定します。
103           </para>
104 @z
105
106 @x -Ddefault-dnssec=no
107           <para>This switch turns off the experimental DNSSEC support.</para>
108 @y
109           <para>
110           本スイッチは、実験的な DNSSEC サポートを無効にします。
111           </para>
112 @z
113
114 @x -Dfirstboot=false
115           <para>This switch prevents installation of systemd
116           services responsible for setting up the system for
117           the first time. They are not useful for LFS because
118           everything is done manually.</para>
119 @y
120           <para>
121           本スイッチは、systemd サービスを、システムの初回構築用としてインストールしないようにします。
122           LFS ではすべて手作業で行うため、この機能が必要ないからです。
123           </para>
124 @z
125
126 @x -Dinstall-tests=false
127           <para>This switch prevents installation of the compiled tests.</para>
128 @y
129           <para>
130           本スイッチはコンパイルされたテストをインストールしないようにします。
131           </para>
132 @z
133
134 @x -Dldconfig=false
135           <para>This switch prevents installation of a systemd unit that runs
136           <command>ldconfig</command> at boot, which is not useful for source
137           distributions such as LFS and makes the boot time longer. Remove it
138           if the described feature is desired.</para>
139 @y
140           <para>
141           本スイッチは、システム起動時に <command>ldconfig</command> を実行するような systemd ユニットはインストールしないようにします。
142           LFS のようにソースから作り出すディストリビューションにとっては無用なものであり、起動時間も長くなります。
143           もし必要であれば本スイッチを除いてください。
144           </para>
145 @z
146
147 @x -Droot*
148           <para>These switches ensure that core programs and
149           shared libraries are installed in the subdirectories
150           of the root partition.</para>
151 @y
152           <para>
153           これらのスイッチは主要なプログラムや共有ライブラリを、ルートパーティション配下のサブディレクトリにインストールすることを指示します。
154           </para>
155 @z
156
157 @x -Dsplit-usr=true
158           <para>This switch ensures that systemd will work on
159           systems where /bin, /lib and /sbin directories are not
160           symlinks to their /usr counterparts.</para>
161 @y
162           <para>
163           本スイッチは、/bin、/lib、/sbin の各ディレクトリが /usr 配下の同一サブディレクトリ名によるシンボリックリンクでない場合でも systemd が稼動するようにするものです。
164           </para>
165 @z
166
167 @x -Dsysusers=false
168           <para>This switch prevents installation of systemd
169           services responsible for setting up the
170           <filename>/etc/group</filename> and
171           <filename>/etc/passwd</filename> files. Both files
172           were created earlier in this chapter.</para>
173 @y
174           <para>
175           本スイッチは、システム起動初期に <filename>/etc/group</filename> ファイルと
176           <filename>/etc/passwd</filename> ファイルを設定する systemd サービスをインストールしないようにします。
177           この二つのファイルは本章にて生成済です。
178           </para>
179 @z
180
181 @x
182     <para>Compile the package:</para>
183 @y
184     <para>&CompileThePackage;</para>
185 @z
186
187 @x
188     <para>To test the package, execute the following command:</para>
189 @y
190     <para>
191     パッケージをテストする場合は、以下のコマンドを実行します。
192     </para>
193 @z
194
195 @x
196     <para>Install the package:</para>
197 @y
198     <para>&InstallThePackage;</para>
199 @z
200
201 @x
202     <para>Remove an unnecessary directory and file:</para>
203 @y
204     <para>
205     不要なディレクトリとファイルを削除します。
206     </para>
207 @z
208
209 @x
210     <para>Create the <filename>/etc/machine-id</filename> file needed by
211     <command>systemd-journald</command>:</para>
212 @y
213     <para>
214     <command>systemd-journald</command> に対して必要となる <filename>/etc/machine-id</filename> ファイルを生成します。
215     </para>
216 @z
217
218 @x
219     <para>Prevent systemd from creating <filename>/run/nologin</filename>
220     to allow unprivileged user logins without
221     <application>systemd-logind</application>:</para>
222 @y
223     <para>
224     <filename>/run/nologin</filename> を生成しないようにします。
225     これにより、<application>systemd-logind</application> がなくても、一般ユーザーがログインできるようにします。
226     </para>
227 @z
228
229 @x
230     <title>Contents of systemd</title>
231 @y
232     <title>&ContentsOf1;systemd&ContentsOf2;</title>
233 @z
234
235 @x
236       <segtitle>Installed programs</segtitle>
237       <segtitle>Installed libraries</segtitle>
238       <segtitle>Installed directories</segtitle>
239 @y
240       <segtitle>&InstalledProgram;</segtitle>
241       <segtitle>&InstalledLibrary;</segtitle>
242       <segtitle>&InstalledDirectory;</segtitle>
243 @z
244
245 @x
246         <seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl),
247         hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
248         machinectl, networkctl, portablectl, poweroff (symlink to
249         systemctl), reboot (symlink to systemctl), resolvconf (symlink to
250         resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
251         (symlink to systemctl), systemctl, systemd-analyze,
252         systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
253         systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
254         systemd-id128, systemd-inhibit, systemd-machine-id-setup,
255         systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
256         systemd-resolve (symlink to resolvectl), systemd-run,
257         systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
258         systemd-tty-ask-password-agent, systemd-umount (symlink to
259         systemd-mount), telinit (symlink to systemctl), timedatectl, and
260         udevadm</seg>
261         <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
262         libnss_resolve.so.2, libnss_systemd.so.2,
263         libsystemd.so, libsystemd-shared-&systemd-version;.so (in /lib/systemd),
264         and libudev.so</seg>
265         <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
266         /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
267         /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
268         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
269         /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
270         /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
271         /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg>
272 @y
273         <seg>bootctl, busctl, coredumpctl, halt (systemctl へのシンボリックリンク),
274         hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
275         machinectl, networkctl, portablectl, poweroff (systemctl へのシンボリックリンク),
276         reboot (systemctl へのシンボリックリンク), resolvconf (resolvectl へのシンボリックリンク),
277         resolvectl, runlevel (systemctl へのシンボリックリンク), shutdown
278         (systemctl へのシンボリックリンク), systemctl, systemd-analyze,
279         systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
280         systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
281         systemd-id128, systemd-inhibit, systemd-machine-id-setup,
282         systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
283         systemd-resolve (resolvectl へのシンボリックリンク), systemd-run,
284         systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
285         systemd-tty-ask-password-agent, systemd-umount (systemd-mount へのシンボリックリンク),
286         telinit (systemctl へのシンボリックリンク), timedatectl,
287         udevadm</seg>
288         <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
289         libnss_resolve.so.2, libnss_systemd.so.2,
290         libsystemd.so, libsystemd-shared-&systemd-version;.so (/lib/systemd ディレクトリ内),
291         libudev.so</seg>
292         <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
293         /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
294         /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
295         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
296         /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
297         /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
298         /usr/share/systemd, /var/lib/systemd, /var/log/journal</seg>
299 @z
300
301 @x
302       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
303 @y
304       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
305 @z
306
307 @x bootctl
308           <para>Used to query the firmware and boot manager settings</para>
309 @y
310           <para>
311           ファームウェアやブートマネージャーの設定内容を確認します。
312           </para>
313 @z
314
315 @x busctl
316           <para>Used to introspect and monitor the D-Bus bus</para>
317 @y
318           <para>
319           D-Bus のバスを監視するために用います。
320           </para>
321 @z
322
323 @x coredumpctl
324           <para>Used to retrieve coredumps from the systemd journal</para>
325 @y
326           <para>
327           systemd journal よりコアダンプを抽出します。
328           </para>
329 @z
330
331 @x halt
332           <para>Normally invokes <command>shutdown</command> with the
333           <parameter>-h</parameter> option, except when already in run-level 0,
334           then it tells the kernel to halt the system; it notes in the
335           file <filename>/var/log/wtmp</filename> that the system is being
336           brought down</para>
337 @y
338           <para>
339           普通は <command>shutdown</command> にオプション <parameter>-h</parameter> をつけて実行します。
340           ただし既にランレベルが 0 である場合を除きます。
341           カーネルに対してシステムの停止を指示します。
342           システムが停止したことは <filename>/var/log/wtmp</filename> ファイルに記録されます。
343           </para>
344 @z
345
346 @x hostnamectl
347           <para>Used to query and change the system hostname and related
348           settings</para>
349 @y
350           <para>
351           システムのホスト名および関連設定を確認し変更します。
352           </para>
353 @z
354
355 @x init
356           <para>The first process to be started when the kernel has initialized
357           the hardware which takes over the boot process and starts all 
358           processes according to its configuration files</para>
359 @y
360           <para>
361           カーネルがハードウェアを初期化する際に起動される最初のプロセスであり、この後の起動処理を担い、設定ファイルに応じたすべてのブートプロセスを起動します。
362           </para>
363 @z
364
365 @x journalctl
366           <para>Used to query the contents of the systemd journal</para>
367 @y
368           <para>
369           Systemd のジャーナルの内容を確認します。
370           </para>
371 @z
372
373 @x kernel-install
374           <para>Used to add and remove kernel and initramfs images to and
375           from /boot</para>
376 @y
377           <para>
378           カーネルや initramfs イメージを /boot ディレクトリに対して追加、削除します。
379           </para>
380 @z
381
382 @x localectl
383           <para>Used to query and change the system locale and keyboard layout
384           settings</para>
385 @y
386           <para>
387           システムロケールやキーボードレイアウト設定を確認し変更します。
388           </para>
389 @z
390
391 @x loginctl
392           <para>Used to introspect and control the state of the systemd Login
393           Manager</para>
394 @y
395           <para>
396           Systemd のログインマネージャーの状態を確認し制御します。
397           </para>
398 @z
399
400 @x machinectl
401           <para>Used to introspect and control the state of the systemd Virtual
402           Machine and Container Registration Manager</para>
403 @y
404           <para>
405           Systemd の仮想マシンとコンテナー登録マネージャー (Container Registration Manager) の状態を確認し制御します。
406           </para>
407 @z
408
409 @x networkctl
410           <para>Used to introspect the state of the network links as seen by
411           systemd-networkd</para>
412 @y
413           <para>
414           systemd-netword から見えるネットワークリンクの状態を確認 (introspect) します。
415           </para>
416 @z
417
418 @x portablectl
419           <para>Used to attach or detach portable services from the local
420           system</para>
421 @y
422           <para>
423           ローカルシステムにおいてポータブルサービスのアタッチ、デタッチを行います。
424           </para>
425 @z
426
427 @x poweroff
428           <para>Tells the kernel to halt the system and switch off the computer
429           (see <command>halt</command>)</para>
430 @y
431           <para>
432           カーネルに対してシステム停止を指示し、コンピューターの電源を落とします。(<command>halt</command>参照)
433           </para>
434 @z
435
436 @x reboot
437           <para>Tells the kernel to reboot the system (see
438           <command>halt</command>)</para>
439 @y
440           <para>
441           カーネルに対してシステム再起動を指示します。(<command>halt</command>参照)
442           </para>
443 @z
444
445 @x resolvconf
446           <para>Register DNS server and domain configuration with
447           <command>systemd-resolved</command></para>
448 @y
449           <para>
450           <command>systemd-resolved</command> に対する DNS サーバーやドメイン設定を登録します。
451           </para>
452 @z
453
454 @x resolvectl
455           <para>Send control commands to the network name resolution
456           manager, or resolve domain names, IPv4 and IPv6 addresses,
457           DNS records, and services.</para>
458 @y
459           <para>
460           ネットワーク名前解決マネージャーに対して制御コマンドを送信します。
461           あるいはドメイン名、IPv4、IPv6 アドレス、DNS レコードやサービスなどを解決します。
462           </para>
463 @z
464
465 @x runlevel
466           <para>Reports the previous and the current run-level, as noted in the
467           last run-level record in <filename>/var/run/utmp</filename></para>
468 @y
469           <para>
470           現時点とその直前のランレベルを表示します。
471           最新のランレベルは <filename>/var/run/utmp</filename> ファイルに記録されます。
472           </para>
473 @z
474
475 @x shutdown
476           <para>Brings the system down in a secure way, signaling all processes
477           and notifying all logged-in users</para>
478 @y
479           <para>
480           すべてのプロセスとすべてのログインユーザーへの通知を行なった上で、システムを安全に停止します。
481           </para>
482 @z
483
484 @x systemctl
485           <para>Used to introspect and control the state of the systemd system
486           and service manager</para>
487 @y
488           <para>
489           Systemd システムとサービスマネージャーの状態について確認し制御します。
490           </para>
491 @z
492
493 @x systemd-analyze
494           <para>Used to determine system boot-up performance of the current
495           boot</para>
496 @y
497           <para>
498           現在のシステム起動において、起動処理パフォーマンスを決定します。
499           </para>
500 @z
501
502 @x systemd-ask-password
503           <para>Used to query a system password or passphrase from the user,
504           using a question message specified on the command line</para>
505 @y
506           <para>
507           コマンドラインから指定された質問文を用いて、システムパスワードやユーザーのパスフレーズを確認します。
508           </para>
509 @z
510
511 @x systemd-cat
512           <para>Used to connect STDOUT and STDERR of a process with the Journal
513           </para>
514 @y
515           <para>
516           Journal に対してプロセスの STDOUT と STDERR を設定します。
517           </para>
518 @z
519
520 @x systemd-cgls
521           <para>Recursively shows the contents of the selected Linux control
522           group hierarchy in a tree</para>
523 @y
524           <para>
525           指定された Linux コントロールグループ (control group) の階層を再帰的に表示します。
526           </para>
527 @z
528
529 @x systemd-cgtop
530           <para>Shows the top control groups of the local Linux control group
531           hierarchy, ordered by their CPU, memory and disk I/O load</para>
532 @y
533           <para>
534           最上位のローカル Linux コントロールグループ (control group) を表示し、CPU、メモリ、ディスクI/Oロードの並びにより示します。
535           </para>
536 @z
537
538 @x systemd-delta
539           <para>Used to identify and compare configuration files in
540           <filename class="directory">/etc</filename> that override default
541           counterparts in <filename class="directory">/usr</filename></para>
542 @y
543           <para>
544           <filename class="directory">/etc</filename> ディレクトリにある設定ファイルを同定したり比較したりします。
545           この設定ファイルは <filename class="directory">/usr</filename> ディレクトリにあるデフォルト設定をオーバーライドします。
546           </para>
547 @z
548
549 @x systemd-detect-virt
550           <para>Detects execution in a virtualized environment</para>
551 @y
552           <para>
553           仮想化環境での実行を検出します。
554           </para>
555 @z
556
557 @x systemd-escape
558           <para>Used to escape strings for inclusion in systemd unit
559           names</para>
560 @y
561           <para>
562           systemd ユニット名での文字エスケープを行います。
563           </para>
564 @z
565
566 @x systemd-hwdb
567           <para>Used to manage hardware database (hwdb)</para>
568 @y
569           <para>
570           ハードウェアデータベース (hwdb) を管理します。
571           </para>
572 @z
573
574 @x systemd-id128
575           <para>Generate and print id128 strings</para>
576 @y
577           <para>
578           id128 文字列を生成し表示します。
579           </para>
580 @z
581
582 @x systemd-inhibit
583           <para>Used to execute a program with a shutdown, sleep or idle
584           inhibitor lock taken</para>
585 @y
586           <para>
587           システム停止、休止、アイドル禁止ロックを行うプログラムを実行します。
588           </para>
589 @z
590
591 @x systemd-machine-id-setup
592           <para>Used by system installer tools to initialize the machine ID
593           stored in <filename>/etc/machine-id</filename> at install time with a
594           randomly generated ID</para>
595 @y
596           <para>
597           システムインストールツールがマシンIDを初期化するために利用します。
598           このマシンIDは <filename>/etc/machine-id</filename> ファイル内にあるものから、インストール時にランダムに生成されます。
599           </para>
600 @z
601
602 @x systemd-mount
603           <para>A tool to temporarily mount or auto-mount a drive.</para>
604 @y
605           <para>
606           ドライブの一時的マウント、あるいは一時的な自動マウントを行うツールです。
607           </para>
608 @z
609
610 @x systemd-notify
611           <para>Used by daemon scripts to notify the init system about status
612           changes</para>
613 @y
614           <para>
615           init システムに対してステータス変更が発生したことを通知するデーモンスクリプトが利用します。
616           </para>
617 @z
618
619 @x systemd-nspawn
620           <para>Used to run a command or OS in a light-weight namespace
621           container</para>
622 @y
623           <para>
624           軽量な名前空間コンテナー (light-weight namepspace container) においてコマンドや OS の実行に用いられます。
625           </para>
626 @z
627
628 @x systemd-path
629           <para>Used to query system and user paths</para>
630 @y
631           <para>
632           システムパスやユーザーパスを検索します。
633           </para>
634 @z
635
636 @x systemd-resolve
637           <para>Used to resolve domain names, IPV4 and IPv6 addresses, DNS
638           resource records, and services</para>
639 @y
640           <para>
641           ドメイン名、IPV4 と IPv6 アドレス、DNSリソースレコード、サービスの名前解決を行います。
642           </para>
643 @z
644
645 @x systemd-run
646           <para>Used to create and start a transient .service or a .scope unit
647           and run the specified command in it</para>
648 @y
649           <para>
650           一時的な .service ユニットや .scope ユニットを生成および起動し、その指定コマンドを実行します。
651           </para>
652 @z
653
654 @x systemd-socket-activate
655           <para>A tool to listen on socket devices and launch a process upon
656           connection.</para>
657 @y
658           <para>
659           ソケットデバイスの情報を読み取ってコネクション上にてプロセスを起動するツールです。
660           </para>
661 @z
662
663 @x systemd-tmpfiles
664           <para>Creates, deletes and cleans up volatile and temporary files and
665           directories, based on the configuration file format and location
666           specified in
667           <filename class="directory">tmpfiles.d</filename> directories</para>
668 @y
669           <para>
670           <filename class="directory">tmpfiles.d</filename> ディレクトリにて指定された設定ファイルの内容に基づいて、テンポラリファイルなどの生成削除等を行います。
671           </para>
672 @z
673
674 @x systemd-umount
675           <para>Unmount mount points</para>
676 @y
677           <para>
678           マウントポイントをアンマウントします。
679           </para>
680 @z
681
682 @x systemd-tty-ask-password-agent
683           <para>Used to list or process pending systemd password requests</para>
684 @y
685           <para>
686           未定となっている Systemd のパスワード変更指示の一覧を表示し処理します。
687           </para>
688 @z
689
690 @x telinit
691           <para>Tells <command>init</command> which run-level to change
692           to</para>
693 @y
694           <para>
695           <command>init</command> コマンドに対してランレベルを何にするかを指示します。
696           </para>
697 @z
698
699 @x timedatectl
700           <para>Used to query and change the system clock and its settings
701           </para>
702 @y
703           <para>
704           システムクロックとその設定を確認し変更します。
705           </para>
706 @z
707
708 @x udevadm
709           <para>Generic udev administration tool: controls the udevd daemon,
710           provides info from the Udev database, monitors uevents, waits for
711           uevents to finish, tests udev configuration, and triggers uevents
712           for a given device</para>
713 @y
714           <para>
715           汎用的な udev 管理ツール。
716           udevd デーモンの制御、Udev データベースデータの提供、uevent の監視、uevent の完了までの待機、udev 設定のテスト、指定デバイスに対する uevent の起動、といったことを行います。
717           </para>
718 @z
719
720 @x libsystemd
721           <para>The main systemd utility library</para>
722 @y
723           <para>
724           主となる systemd ユーティリティライブラリ。
725           </para>
726 @z
727
728 @x libudev
729           <para>A library to access Udev device information</para>
730 @y
731           <para>
732           Udev デバイス情報にアクセスするためのライブラリ。
733           </para>
734 @z