From: David VaĊĦek Date: Thu, 19 Aug 2021 12:43:06 +0000 (+0200) Subject: doc/knotc: correct some markups X-Git-Tag: v3.1.2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9fc7f76a344906042f66f97ae9e43729c1f534a;p=thirdparty%2Fknot-dns.git doc/knotc: correct some markups --- diff --git a/doc/man/knotc.8in b/doc/man/knotc.8in index 116085115d..4ce0071816 100644 --- a/doc/man/knotc.8in +++ b/doc/man/knotc.8in @@ -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 diff --git a/doc/man_knotc.rst b/doc/man_knotc.rst index f362c239ba..9a9db6ac9d 100644 --- a/doc/man_knotc.rst +++ b/doc/man_knotc.rst @@ -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.