summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-04-19 10:31:35 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-04-19 10:31:35 -0700
commit66a15373a14e9acc30808d2cf21bd800c64cc012 (patch)
tree0dff91e80a40f46f55f44561740c9668aec24b6c /doc
parent4442d8f7017868f64eacc6d8ad94620263b9a9c9 (diff)
downloadnova-66a15373a14e9acc30808d2cf21bd800c64cc012.tar.gz
nova-66a15373a14e9acc30808d2cf21bd800c64cc012.tar.xz
nova-66a15373a14e9acc30808d2cf21bd800c64cc012.zip
fix doc typo
Diffstat (limited to 'doc')
-rw-r--r--doc/source/devref/cloudpipe.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/devref/cloudpipe.rst b/doc/source/devref/cloudpipe.rst
index a1f6c6450..15d3160b7 100644
--- a/doc/source/devref/cloudpipe.rst
+++ b/doc/source/devref/cloudpipe.rst
@@ -62,13 +62,13 @@ Making a cloudpipe image is relatively easy.
:language: bash
:linenos:
-# download and run the payload on boot from /etc/rc.local.
+# download and run the payload on boot from /etc/rc.local
.. literalinclude:: rc.local
:language: bash
:linenos:
-# setup network interfaces.
+# setup /etc/network/interfaces
.. literalinclude:: interfaces
:language: bash