From 171f8c041018c39615c988dd2b2ceebb7f0bf106 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 12:41:18 +0100 Subject: [PATCH] doc: markup kapow as program role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- docs/source/concepts/request_life_cycle.rst | 6 +++--- docs/source/the_project/quickstart.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/concepts/request_life_cycle.rst b/docs/source/concepts/request_life_cycle.rst index 3b3de99..2df815f 100644 --- a/docs/source/concepts/request_life_cycle.rst +++ b/docs/source/concepts/request_life_cycle.rst @@ -14,14 +14,14 @@ The user makes a request to the `User HTTP Interface`. - The request is matched against the route table. -- ``kapow`` provides a `HANDLER_ID` to identify this request and don't mix it +- :program:`kapow` provides a `HANDLER_ID` to identify this request and don't mix it with other requests that could be running concurrently. 2. spawn -------- -``kapow`` spawns the executable specified as entrypoint in the matching +:program:`kapow` spawns the executable specified as entrypoint in the matching route. The default entrypoint is ``/bin/sh``; let's focus on this workflow. @@ -58,7 +58,7 @@ The shell dies. Long live the shell! 5. response ----------- -``kapow`` finalizes the original request. Enjoy your banana now. +:program:`kapow` finalizes the original request. Enjoy your banana now. .. todo:: diff --git a/docs/source/the_project/quickstart.rst b/docs/source/the_project/quickstart.rst index cc32f78..738d3dd 100644 --- a/docs/source/the_project/quickstart.rst +++ b/docs/source/the_project/quickstart.rst @@ -139,7 +139,7 @@ Explanation: Launch the Service ++++++++++++++++++ -At this point we only need to launch ``kapow`` with our ``ping.pow``: +At this point we only need to launch :program:`kapow` with our ``ping.pow``: .. code-block:: console