]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: typos
authorLukáš Ondráček <lukas.ondracek@nic.cz>
Wed, 23 Apr 2025 15:54:08 +0000 (17:54 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Apr 2025 08:36:05 +0000 (10:36 +0200)
doc/dev/build.rst
doc/user/config-multiple-workers.rst
doc/user/manager-api.rst

index d621abb3955429d3fca823d04840fecb5871e8ee..6a26cdf4643d50bfa1cb9908d320458e6bce356d 100644 (file)
@@ -230,7 +230,7 @@ Tarball
 
 Released tarballs are available from `<https://knot-resolver.cz/download/>`_
 
-To make a release tarball from git, use the following command. The
+To make a release tarball from git, use the following command:
 
 .. code-block:: bash
 
@@ -261,7 +261,7 @@ Recommended build options for packagers:
 Systemd
 -------
 
-It's recommended to use the upstream system unit files. If any customizations
+It's recommended to use the upstream systemd unit files. If any customizations
 are required, drop-in files should be used, instead of patching/changing the
 unit files themselves.
 
index 4448692e7b335a1928b55c091214d2721d489e84..3208ba04431664a097813181ed28486a98a87d74 100644 (file)
@@ -16,7 +16,7 @@ Advantage of using multiple workers is that a problem in a single worker will no
 
    For maximum performance, there should be as many worker processes as there are available CPU threads.
 
-To run multiple workers, configure its number in configuration file.
+To run multiple workers, configure their number in configuration file.
 
 .. code-block:: yaml
 
index 34783dae99d584dbc1c5099585d71aaf9893dbd4..c21418ddf5862dbc70ab87f6238aaa2e82e3cef5 100644 (file)
@@ -12,7 +12,7 @@ See the :ref:`overview <manager-api-overview>` section below.
 
 You can use HTTP API to dynamically change configuration of already running Knot Resolver.
 By default the API is configured as UNIX domain socket located in the resolver's rundir ``/run/knot-resolver/kres-api.sock``.
-This socket is used by ``kresctl`` utility in default.
+This socket is used by ``kresctl`` utility by default.
 
 What can the API do?
 --------------------