From d7427708b6d8ddae3d440fbccbf69e94f589cd29 Mon Sep 17 00:00:00 2001 From: Hiroshi Ota Date: Sun, 6 Sep 2015 14:29:23 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E5=86=85=E9=83=A8=E3=81=A7sudo=E3=82=92?= =?UTF-8?q?=E4=BD=BF=E3=81=A3=E3=81=A6=E3=81=84=E3=81=A6=E3=80=81=E3=81=9D?= =?UTF-8?q?=E3=81=93=E3=81=A7root=E6=A8=A9=E9=99=90=E3=81=A7=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=82=8B=E8=AA=AC=E6=98=8E=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello_trema.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_trema.adoc b/hello_trema.adoc index 741eb752..00b89718 100644 --- a/hello_trema.adoc +++ b/hello_trema.adoc @@ -70,7 +70,7 @@ TremaはLinux用のソフトウェアです。次のLinuxディストリビュ // TODO それぞれの動作バージョンを明記したい。phutで呼び出しているipコマンドとか、あまり古いカーネルを使っていると動かないはず。 -`trema` コマンドの実行には sudo 権限が必要です。あらかじめ、`sudo` を使って root 権限でコマンドを実行できるかどうか、`sudo` の設定ファイルを確認しておいてください。 +`trema` コマンドは内部で `sudo` を使って、root 権限を利用しています。そのため、あらかじめ、`sudo` を使って root 権限でコマンドを実行できるかどうか、`sudo` の設定ファイルを確認しておいてください。 `sudo` が正しく設定できることを確認したら、Tremaの実行に必要な次のソフトウェアをインストールします。 From cfaf261d26f5806f7c15ed2b1e7a413bb9a5b034 Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Sun, 6 Sep 2015 20:01:51 +0900 Subject: [PATCH 2/2] =?UTF-8?q?CHANGELOG=20=E3=81=AE=E6=9B=B4=E6=96=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c952b372..0a22cc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.2.1 (9/6/2015) +* [#34](https://github.com/yasuhito/trema-book/pull/34): 表現の修正. + ## 0.2.0 (9/3/2015) * [#30](https://github.com/yasuhito/trema-book/pull/30): 「OpenFlow の仕組み」章のドラフト rev.1 を追加.