]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: kresd.systemd belongs in section 7 of the manual
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 5 Feb 2018 05:20:29 +0000 (00:20 -0500)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 5 Feb 2018 09:38:36 +0000 (10:38 +0100)
"man man" says that the sections are:

       1   Executable programs or shell commands
       2   System calls (functions provided by the kernel)
       3   Library calls (functions within program libraries)
       4   Special files (usually found in /dev)
       5   File formats and conventions eg /etc/passwd
       6   Games
       7   Miscellaneous  (including  macro  packages  and  conventions), e.g.
           man(7), groff(7)
       8   System administration commands (usually only for root)
       9   Kernel routines [Non standard]

Since there is no command named kresd.system it does not belong in
section 8.

Section 7 includes conventions and useful patterns like gitcli(7),
which seems more similar to the documentation that is supplied in
kresd.systemd.

NEWS
daemon/README.rst
doc/kresd.8.in
doc/kresd.systemd.7 [moved from doc/kresd.systemd.8 with 96% similarity]
systemd/README.md

diff --git a/NEWS b/NEWS
index 22b7e362773aef4ce04f3c7ca8155e3c3f89cf7a..ac6b30a70d268d20c5e85c0497a0b688e6714a6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Incompatible changes
 --------------------
 - systemd: change unit files to allow running multiple instances,
   deployments with single instance now must use `kresd@1.service`
-  instead of `kresd.service`; see kresd.systemd(8) for details
+  instead of `kresd.service`; see kresd.systemd(7) for details
 - systemd: the directory for cache is now /var/cache/knot-resolver
 - unify default directory and user to `knot-resolver`
 - directory with trust anchor file specified by -k option must be writeable
index 649f1d686ce07a5335d6f662119be30002528b74..07c8f6a9ecdf249fd67fede5966a6492af79a1c3 100644 (file)
@@ -1012,7 +1012,7 @@ The watchdog process must notify kresd about active file descriptors, and kresd
 
 The daemon also supports `systemd socket activation`_, it is automatically detected and requires no configuration on users's side.
 
-See ``kresd.systemd(8)`` for details.
+See ``kresd.systemd(7)`` for details.
 
 Enabling DNSSEC
 ===============
index fb4784ee434ec21e097fa22a120a3c3188345aa7..150d6bf82f37b8e62d9c4a4692060b66a6133901 100644 (file)
@@ -164,7 +164,7 @@ Show short commandline option help.
 .B \-V
 Show the version.
 .SH "SEE ALSO"
-\fIkresd.systemd(8)\fR,
+\fIkresd.systemd(7)\fR,
 \fIhttps://knot-resolver.readthedocs.io\fR
 .SH "AUTHORS"
 .B kresd
similarity index 96%
rename from doc/kresd.systemd.8
rename to doc/kresd.systemd.7
index 0eca9805e968308f1d53cd90ef78e3f872fc4a22..f046710d7fb0c6ec7889efa10edbd9517d5c9c8b 100644 (file)
@@ -1,6 +1,6 @@
-.TH "kresd.systemd" "8" "2018-01-30" "CZ.NIC" "Knot DNS Resolver Systemd Units"
+.TH "kresd.systemd" "7" "2018-01-30" "CZ.NIC" "Knot DNS Resolver Systemd Units"
 .\"
-.\" kresd.systemd.8 -- man page for systemd units for kresd
+.\" kresd.systemd.7 -- man page for systemd units for kresd
 .\"
 .\" Copyright (c) 2018, CZ.NIC. All rights reserved.
 .\"
index d44c2bf7a6ec0c2d05de4b51cdf4ca54c5129d69..353f4873a67f83f0c0b00022372154eaaaddbddb 100644 (file)
@@ -9,7 +9,7 @@ sd_listen_fds_with_names(3)).
 Usage and Configuration
 -----------------------
 
-See kresd.systemd(8) for details.
+See kresd.systemd(7) for details.
 
 Manual activation
 -----------------