Merge the following from the English version:
1.117 -> 1.119 doc/ja_JP.eucJP/books/handbook/desktop/chapter.sgml
This commit is contained in:
parent
24f17e93f1
commit
72f2bc0eb4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38011
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Japanese Documentation Project
|
The FreeBSD Japanese Documentation Project
|
||||||
|
|
||||||
Original revision: 1.117
|
Original revision: 1.119
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -330,16 +330,16 @@
|
||||||
|
|
||||||
<para>&flash; アニメーションを再生したいのであれば、
|
<para>&flash; アニメーションを再生したいのであれば、
|
||||||
&linux; プロセスファイルシステム &man.linprocfs.5; を
|
&linux; プロセスファイルシステム &man.linprocfs.5; を
|
||||||
<filename class="directory">/usr/compat/linux/proc</filename>
|
<filename class="directory">/compat/linux/proc</filename>
|
||||||
にマウントする必要があります。
|
にマウントする必要があります。
|
||||||
以下のコマンドでマウントしてください。</para>
|
以下のコマンドでマウントしてください。</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>mount -t linprocfs linproc /usr/compat/linux/proc</userinput></screen>
|
<screen>&prompt.root; <userinput>mount -t linprocfs linproc /compat/linux/proc</userinput></screen>
|
||||||
|
|
||||||
<para><filename>/etc/fstab</filename> に以下の行を追加すると、
|
<para><filename>/etc/fstab</filename> に以下の行を追加すると、
|
||||||
起動時に自動的にマウントされます。</para>
|
起動時に自動的にマウントされます。</para>
|
||||||
|
|
||||||
<programlisting>linproc /usr/compat/linux/proc linprocfs rw 0 0</programlisting>
|
<programlisting>linproc /compat/linux/proc linprocfs rw 0 0</programlisting>
|
||||||
|
|
||||||
<para>その後、ブラウザを起動し、
|
<para>その後、ブラウザを起動し、
|
||||||
ロケーションバーに <literal>about:plugins</literal> と入力して
|
ロケーションバーに <literal>about:plugins</literal> と入力して
|
||||||
|
|
Loading…
Reference in a new issue