diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-01-04 16:14:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-01-04 16:16:05 +0900 |
commit | fdbb049efc71c1375fd60b28caba2242aa2a50b5 (patch) | |
tree | f46cdf62ca8c0adc9663d1df535f7b3dc22b082e /doc/source/getting_started.rst | |
parent | a4b65e5ba18ba30f947cfc51faa152791f8b9334 (diff) |
doc: use Network Operating System instead of Network OS for consistency
s/Network OS/Network Operating System/g
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/getting_started.rst')
-rw-r--r-- | doc/source/getting_started.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index bfc108ec..a587599e 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -4,9 +4,9 @@ Getting Started *************** -Overview/What's Ryu the Network OS -================================== -Ryu is an open-sourced Network OS which is licensed under GPL v3. +Overview/What's Ryu the Network Operating System +================================================ +Ryu is an open-sourced Network Operating System which is licensed under GPL v3. It supports openflow protocol. If you are not familiar with Software Defined Network(SDN) and @@ -17,8 +17,8 @@ The mailing list is available at `ryu-devel ML <https://lists.sourceforge.net/lists/listinfo/ryu-devel>`_ -Installing Ryu Network OS -========================= +Installing Ryu Network Operating System +======================================= Extract source code and just type:: % python ./setup.py install |