From: Drunkard Zhang Date: Wed, 1 Mar 2017 01:52:29 +0000 (+0800) Subject: doc: command typo fix X-Git-Tag: v12.0.1~209^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da094e7a1673bd5fb656448426c5c8fcd70cbe9b;p=ceph.git doc: command typo fix Signed-off-by: Drunkard Zhang --- diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst index fcec9e77e7b4..45330fb451c7 100644 --- a/doc/start/quick-rgw.rst +++ b/doc/start/quick-rgw.rst @@ -70,8 +70,8 @@ Configuring the Ceph Object Gateway Instance firewall (e.g., port ``80``). If it is not open, add the port and reload the firewall configuration. For example:: - sudo firewall-cmd --list-all sudo firewall-cmd --zone=public --add-port - 80/tcp --permanent + sudo firewall-cmd --list-all + sudo firewall-cmd --zone=public --add-port 80/tcp --permanent sudo firewall-cmd --reload See `Preflight Checklist`_ for more information on configuring firewall with