From 77b358e3c87499d6a3756000f6f71a4e2faa1eb0 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 11 Jun 2020 19:48:47 +0200 Subject: [PATCH] doc: style fixes --- docs/source/examples/working_with_pow_files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/working_with_pow_files.rst b/docs/source/examples/working_with_pow_files.rst index 145104b..2d43501 100644 --- a/docs/source/examples/working_with_pow_files.rst +++ b/docs/source/examples/working_with_pow_files.rst @@ -104,8 +104,8 @@ file given on server startup to its own, you can leverage ``set -x`` to see the commands that are being executed, and use that for debugging. To support debugging user request executions, the server subcommand has a -``--debug`` option flag that prompts `Kapow!` to redirect both the script's -standard output and standard error to `Kapow!`'s standard output, so you can +``--debug`` option flag that prompts *Kapow!* to redirect both the script's +standard output and standard error to *Kapow!*'s standard output, so you can leverage ``set -x`` the same way as with `pow` files.