"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.
--------------------
- 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
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
===============
.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
-.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.
.\"
Usage and Configuration
-----------------------
-See kresd.systemd(8) for details.
+See kresd.systemd(7) for details.
Manual activation
-----------------