From: Lukáš Ondráček Date: Wed, 23 Apr 2025 15:54:08 +0000 (+0200) Subject: doc: typos X-Git-Tag: v6.0.12~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e9400f62c71cac7d68aa873560e1f516cd9811;p=thirdparty%2Fknot-resolver.git doc: typos --- diff --git a/doc/dev/build.rst b/doc/dev/build.rst index d621abb39..6a26cdf46 100644 --- a/doc/dev/build.rst +++ b/doc/dev/build.rst @@ -230,7 +230,7 @@ Tarball Released tarballs are available from ``_ -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. diff --git a/doc/user/config-multiple-workers.rst b/doc/user/config-multiple-workers.rst index 4448692e7..3208ba044 100644 --- a/doc/user/config-multiple-workers.rst +++ b/doc/user/config-multiple-workers.rst @@ -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 diff --git a/doc/user/manager-api.rst b/doc/user/manager-api.rst index 34783dae9..c21418ddf 100644 --- a/doc/user/manager-api.rst +++ b/doc/user/manager-api.rst @@ -12,7 +12,7 @@ See the :ref:`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? --------------------