]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc/knotc: correct some markups
authorDavid Vašek <david.vasek@nic.cz>
Thu, 19 Aug 2021 12:43:06 +0000 (14:43 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 19 Aug 2021 17:52:34 +0000 (19:52 +0200)
doc/man/knotc.8in
doc/man_knotc.rst

index 116085115d924b879aebd85c1c000f9ab579bf01..4ce0071816cdb1b8f4ad951cdef3d2418130ec5e 100644 (file)
@@ -274,7 +274,7 @@ Type \fIitem\fP parameter in the form of \fIsection\fP[\fB[\fP\fIid\fP\fB]\fP][\
 .sp
 (#) indicates an optionally blocking operation.
 .sp
-The \fI\-b\fP and \fI\-f\fP options can be placed right after the command name.
+The \fB\-b\fP and \fB\-f\fP options can be placed right after the command name.
 .sp
 Responses returned by \fIknotc\fP commands depend on the mode:
 .INDENT 0.0
index f362c239baa534a0615614dc27c13a00cf476c0d..9a9db6ac9de8febb0e60727336bdc485ced315a2 100644 (file)
@@ -254,16 +254,16 @@ Type *item* parameter in the form of *section*\ [**[**\ *id*\ **]**\ ][**.**\ *n
 
 (\#) indicates an optionally blocking operation.
 
-The *-b* and *-f* options can be placed right after the command name.
+The **-b** and **-f** options can be placed right after the command name.
 
-Responses returned by *knotc* commands depend on the mode:
+Responses returned by `knotc` commands depend on the mode:
 
-- In the blocking mode, *knotc* reports if an error occurred during processing
+- In the blocking mode, `knotc` reports if an error occurred during processing
   of the command by the server. If an error is reported, a more detailed information
   about the failure can usually be found in the server log.
 
-- In the non-blocking (default) mode, *knotc* doesn't report processing errors.
-  The *OK* response to triggering commands means that the command has been successfully
+- In the non-blocking (default) mode, `knotc` doesn't report processing errors.
+  The `OK` response to triggering commands means that the command has been successfully
   sent to the server. To verify if the operation succeeded, it's necessary to
   check the server log.