Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-finalise.xml
Date: Mon, 09 Jun 2014 08:12:05
Message-Id: 20140609081201.4E7F22004E@flycatcher.gentoo.org
1 naota 14/06/09 08:12:01
2
3 Modified: hb-install-finalise.xml
4 Log:
5 Update translation
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/ja/handbook/hb-install-finalise.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?r1=1.13&r2=1.14
13
14 Index: hb-install-finalise.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-install-finalise.xml 26 Nov 2011 14:15:57 -0000 1.13
21 +++ hb-install-finalise.xml 9 Jun 2014 08:12:01 -0000 1.14
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v 1.13 2011/11/26 14:15:57 naota Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v 1.14 2014/06/09 08:12:01 naota Exp $ -->
28
29 <sections>
30
31 @@ -12,9 +12,9 @@
32 ほぼインストールは完了しました。一つ(または複数)のユーザーを作りましょう。
33 </abstract>
34
35 -<version>10</version>
36 -<date>2011-09-18</date>
37 -<!-- Original revision: 1.51 -->
38 +<version>11</version>
39 +<date>2013-01-02</date>
40 +<!-- Original revision: 1.52 -->
41 <!-- Translator: kobayashi -->
42 <!-- Translator: shindo -->
43 <!-- Translator: naota -->
44 @@ -77,7 +77,9 @@
45 </table>
46
47 <p>
48 -例えば、<c>wheel</c>、<c>users</c>そして<c>audio</c>グループに所属する<c>john</c>というユーザを作るときには、まずrootでログインして(rootだけがユーザを作ることができます)<c>useradd</c>を実行します。
49 +例えば、<c>wheel</c>、<c>users</c>そして<c>audio</c>グループに所属する<c>john</c>
50 +というユーザを作るときには、まずrootでログインして
51 +(rootだけがユーザを作ることができます)<c>useradd</c>を実行します。
52 </p>
53
54 <pre caption="日常作業で使用するためのユーザを作成">
55 @@ -105,14 +107,12 @@
56 <body>
57 <p>
58 Gentooのインストールは終了し、再起動も行いました。
59 -何も問題がなければダウンロードしたステージ3 tarballと Portage スナップショットをハードディスクから削除してかまいません。<path>/</path> にダウンロードしたことを思い出してください。
60 +何も問題がなければダウンロードしたステージ3 tarballを
61 +ハードディスクから削除してかまいません。<path>/</path> にダウンロードしたことを思い出してください。
62 </p>
63 <pre caption="ステージ3 tarball の削除">
64 # <i>rm /stage3-*.tar.bz2*</i>
65 </pre>
66 -<pre caption="Portage スナップショットの削除">
67 -# <i>rm /portage-latest.tar.bz2*</i>
68 -</pre>
69 </body>
70 </subsection>
71 </section>