From e88cbab06198b06cbd09ba9e85c0455349d63614 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Wed, 15 Aug 2012 16:36:11 +0200 Subject: [PATCH] Updated knotc.8 manpage. --- src/knotc.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/knotc.8 b/src/knotc.8 index 1e1cc7ebc6..9cd3f083d1 100644 --- a/src/knotc.8 +++ b/src/knotc.8 @@ -1,6 +1,6 @@ .TH knotc "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1" .SH NAME -.B knot +.B knotc \- Knot DNS control utility .SH SYNOPSIS .B knotc @@ -36,13 +36,13 @@ Print help and usage. .SS "Actions:" .TP start -Start knot server zone (no\-op if running). +Start knot server daemon (no\-op if running). .TP stop -Stop knot server (no\-op if not running). +Stop knot server daemon (no\-op if not running). .TP restart -Stops and then starts knot server. +Stops and then starts knot server daemon. .TP reload Reload knot configuration and compiled zones. -- GitLab