Skip to content
Snippets Groups Projects
Commit ba8fc6dd authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

doc/knotc: describe the new reponses in the blocking mode

parent f0f181a9
No related branches found
No related tags found
1 merge request!1237Event error reporting in "knotc -b" and some event handlers updates
......@@ -258,9 +258,18 @@ Type \fIitem\fP parameter in the form of \fIsection\fP[\fB[\fP\fIid\fP\fB]\fP][\
.sp
The \fI\-b\fP and \fI\-f\fP options can be placed right after the command name.
.sp
The \fIOK\fP response to triggering commands means that the command has been successfully sent
to the server. To verify if the operation succeeded it\(aqs necessary to check the server
log.
Responses returned by \fIknotc\fP commands depend on the mode:
.INDENT 0.0
.IP \(bu 2
In the blocking mode, \fIknotc\fP 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.
.IP \(bu 2
In the non\-blocking (default) mode, \fIknotc\fP doesn\(aqt report processing errors.
The \fIOK\fP response to triggering commands means that the command has been successfully
sent to the server. To verify if the operation succeeded, it\(aqs necessary to
check the server log.
.UNINDENT
.SS Interactive mode
.sp
The utility provides interactive mode with basic line editing functionality,
......
......@@ -236,9 +236,16 @@ Type *item* parameter in the form of *section*\ [**[**\ *id*\ **]**\ ][**.**\ *n
The *-b* and *-f* options can be placed right after the command name.
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.
Responses returned by *knotc* commands depend on the mode:
- 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
sent to the server. To verify if the operation succeeded, it's necessary to
check the server log.
Interactive mode
................
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment