Skip to content
Snippets Groups Projects
Commit a3cf44a7 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

man/knsupdate: add description of the interactive mode

parent 2bccd884
No related merge requests found
This commit is part of merge request !1428. Comments created here will be created in the context of that merge request.
......@@ -161,6 +161,15 @@ Dnssec\-keygen keyfile format is not supported. Use \fBkeymgr(8)\fP instead.
Zone name/server guessing is not supported if the zone name/server is not specified.
.sp
Empty line doesn\(aqt send the update.
.SS Interactive mode
.sp
The utility provides interactive mode with basic line editing functionality,
command completion, and command history.
.sp
Interactive mode behavior can be customized in \fI~/.editrc\fP\&. Refer to
\fBeditrc(5)\fP for details.
.sp
Command history is saved in \fI~/.knsupdate_history\fP\&.
.SH EXIT VALUES
.sp
Exit status of 0 means successful operation. Any other exit status indicates
......@@ -193,7 +202,7 @@ $ knsupdate
.UNINDENT
.SH SEE ALSO
.sp
\fBkdig(1)\fP, \fBkhost(1)\fP, \fBkeymgr(8)\fP\&.
\fBkdig(1)\fP, \fBkhost(1)\fP, \fBkeymgr(8)\fP, \fBeditrc(5)\fP\&.
.SH AUTHOR
CZ.NIC Labs <https://www.knot-dns.cz>
.SH COPYRIGHT
......
......@@ -140,6 +140,17 @@ Zone name/server guessing is not supported if the zone name/server is not specif
Empty line doesn't send the update.
Interactive mode
................
The utility provides interactive mode with basic line editing functionality,
command completion, and command history.
Interactive mode behavior can be customized in `~/.editrc`. Refer to
:manpage:`editrc(5)` for details.
Command history is saved in `~/.knsupdate_history`.
Exit values
-----------
......@@ -167,4 +178,4 @@ Examples
See Also
--------
:manpage:`kdig(1)`, :manpage:`khost(1)`, :manpage:`keymgr(8)`.
:manpage:`kdig(1)`, :manpage:`khost(1)`, :manpage:`keymgr(8)`, :manpage:`editrc(5)`.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment