diff --git a/doc/htdocs/deploy.html b/doc/htdocs/deploy.html
index 156f5694..e9068009 100644
--- a/doc/htdocs/deploy.html
+++ b/doc/htdocs/deploy.html
@@ -155,7 +155,7 @@ cmd = gunicorn -w 3 test:app
working_dir = /Users/benoitc/work/gunicorn/examples
send_hup = true
-
Then you can easily manage Gunicorn using the circusctl command.
+Then you can easily manage Gunicorn using the circusctl command.
diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst
index cc67f866..9719156c 100644
--- a/doc/site/deploy.rst
+++ b/doc/site/deploy.rst
@@ -140,7 +140,7 @@ used to monitor gunicorn. A simple configuration is::
working_dir = /Users/benoitc/work/gunicorn/examples
send_hup = true
-Then you can easily manage Gunicorn using the ``circusctl`` command.
+Then you can easily manage Gunicorn using the `circusctl
`_ command.
Runit
+++++