- Merge the following from the English version:

r17406 -> r17931	head/ja_JP.eucJP/books/handbook/basics/chapter.xml

Submitted by:	Yuta MASUMOTO <owata _at_ club dot kyutech dot ac dot jp>
This commit is contained in:
Ryusuke SUZUKI 2013-12-20 16:56:40 +00:00
parent fabad27ce9
commit c5cbd4ae4e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43356

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: r17406
Original revision: r17931
$FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="basics">
@ -234,7 +234,7 @@
という書式が用いられます。
利用できる値は以下の通りです。</para>
<informaltable>
<informaltable frame="none">
<tgroup cols="3">
<thead>
<row>
@ -1434,8 +1434,8 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
<para>最も学習が簡単なエディタは、
easy editor の略で <application>ee</application> と呼ばれるものです。
<application>ee</application> を立ち上げるには、コマンドラインから
<command>ee filename</command> と入力します。
ここで <literal>filename</literal> は、
<command>ee <replaceable>filename</replaceable></command> と入力します。
ここで <replaceable>filename</replaceable> は、
編集しようとしているファイルの名前です。
たとえば、<filename>/etc/rc.conf</filename> を編集するには
<command>ee /etc/rc.conf</command> と入力します。
@ -1757,7 +1757,7 @@ console none unknown off secure</programlisting>
<sect1 id="binary-formats">
<title>Binary Formats</title>
<para>To understand why FreeBSD uses the <filename>ELF</filename>
<para>To understand why FreeBSD uses the <acronym>ELF</acronym>
format, you must first know a little about the 3 currently
<quote>dominant</quote> executable formats for Unix:</para>