aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml')
-rw-r--r--ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml32
1 files changed, 16 insertions, 16 deletions
diff --git a/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml b/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml
index 747ab34e31..c792f5d8bb 100644
--- a/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml
+++ b/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml
@@ -640,7 +640,7 @@ export PATH</programlisting>
</sect2>
<sect2>
- <title>Oracle のインストール</title>
+ <title>Oracle のインストール</title>
<para>インストーラーを起動する前に、<filename>/var/tmp</filename>
に <filename>.oracle</filename>
@@ -950,7 +950,7 @@ export PATH</programlisting>
ftp7.de.freebsd.org から入手しました。
適切なミラーサイトを選んでください)。</para>
- <screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput>
+ <screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput>
&prompt.root; <userinput>dd if=mfsroot.flp of=/dev/fd0</userinput> </screen>
<para>2 つのイメージファイルそれぞれについて、
@@ -1048,8 +1048,8 @@ export PATH</programlisting>
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup8.FreeBSD.org
-SUPFILE= /usr/share/examples/cvsup/stable-supfile
-PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
+SUPFILE= /usr/share/examples/cvsup/stable-supfile
+PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
<para><emphasis>SUPHOST</emphasis>
@@ -1334,14 +1334,14 @@ Shell: /bin/sh</programlisting>
<para>そしてデータベース管理者については、</para>
- <programlisting>Name: oraids ora&lt;sid&gt;
-Password: ******
-Fullname: Oracle IDES Administrator
-Uid: 1002
-Gid: 100 (dba)
-Class:
-Groups: dba
-HOME: /oracle/IDS /oracle/&lt;sid&gt;
+ <programlisting>Name: oraids ora&lt;sid&gt;
+Password: ******
+Fullname: Oracle IDES Administrator
+Uid: 1002
+Gid: 100 (dba)
+Class:
+Groups: dba
+HOME: /oracle/IDS /oracle/&lt;sid&gt;
Shell: /bin/sh</programlisting>
<para>あなたが <groupname>dba</groupname> と
@@ -1454,12 +1454,12 @@ options SYSVSHM #SYSV-style shared memory
options SHMMAXPGS=262144 #max amount of shared mem. pages
options SHMMNI=256 #max number of shared memory ident if.
options SHMSEG=100 #max shared mem.segs per process
-options SYSVMSG #SYSV-style message queues
-options MSGSEG=32767 #max num. of mes.segments in system
+options SYSVMSG #SYSV-style message queues
+options MSGSEG=32767 #max num. of mes.segments in system
options MSGSSZ=32 #size of msg-seg. MUST be power of 2
options MSGMNB=65535 #max char. per message queue
options MSGTQL=2046 #max amount of msgs in system
-options SYSVSEM #SYSV-style semaphores
+options SYSVSEM #SYSV-style semaphores
options SEMMNU=256 #number of semaphore UNDO structures
options SEMMNS=1024 #number of semaphores in system
options SEMMNI=520 #number of semaphore indentifiers
@@ -2328,7 +2328,7 @@ drwxrwxr-x 11 idsadm sapsys 512 May 4 14:20 trans </screen>
エントリーのリストを含んでおり、それらのアドレスはカーネルモジュール内にあります。</para>
<para>Linux バイナリがシステムコールを発行する際、トラップコードは
- <literal>proc</literal> 構造体を用いてシステムコール関数ポインタを
+ <literal>proc</literal> 構造体を用いてシステムコール関数ポインタを
解釈します。そして FreeBSD ではなく
Linux 用のシステムコールエントリポイントを得るわけです。</para>