Date: Fri, 20 Dec 2013 16:56:40 +0000 (UTC) From: Ryusuke SUZUKI <ryusuke@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43356 - head/ja_JP.eucJP/books/handbook/basics Message-ID: <201312201656.rBKGueFl043470@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ryusuke Date: Fri Dec 20 16:56:40 2013 New Revision: 43356 URL: http://svnweb.freebsd.org/changeset/doc/43356 Log: - 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> Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/basics/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/basics/chapter.xml Fri Dec 20 12:45:48 2013 (r43355) +++ head/ja_JP.eucJP/books/handbook/basics/chapter.xml Fri Dec 20 16:56:40 2013 (r43356) @@ -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, 1 <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 <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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201656.rBKGueFl043470>