From 07ff561c26e46b4c6687fd730636a0d732fb7012 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 12 Feb 2016 00:01:16 +0100 Subject: [PATCH] man: fix typos --- man/systemd-resolve.xml | 2 +- man/systemd.network.xml | 4 ++-- man/systemd.service.xml | 2 +- man/systemd.special.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index f1e663c5bb..3779698be3 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -115,7 +115,7 @@ TXT). The switch may be used to show resolver statistics, including information about - the number of succesful and failed DNSSEC validations. + the number of successful and failed DNSSEC validations. The may be used to reset various statistics counters maintained the resolver, including those shown in the output. This operation requires root diff --git a/man/systemd.network.xml b/man/systemd.network.xml index f88751b672..adfe1ac9b3 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -412,7 +412,7 @@ domains specified here are preferably routed to the DNS servers configured for this interface. If a domain name is prefixed with ~, the domain name becomes a pure "routing" domain, is used for DNS query routing purposes only and is not used in the described domain search logic. By specifying a - routing domain of ~. (the tilda indicating definition of a routing domain, the dot + routing domain of ~. (the tilde indicating definition of a routing domain, the dot referring to the DNS root domain which is the implied suffix of all valid DNS names) it is possible to route all DNS traffic preferably to the DNS server specified for this interface. The route domain logic is particularly useful on multi-homed hosts with DNS servers serving particular private DNS zones on each @@ -717,7 +717,7 @@ UseDomains= - Takes a boolean argument, or a the special value route. When true, the domain name + Takes a boolean argument, or the special value route. When true, the domain name received from the DHCP server will be used as DNS search domain over this link, similar to the effect of the setting. If set to route, the domain name received from the DHCP server will be used for routing DNS queries only, but not for searching, similar to the effect of diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d7760d4f2c..5fdf631cf5 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -446,7 +446,7 @@ asynchronous one. Note that the commands specified in ExecStop= are only executed when the service - started successfuly first. They are not invoked if the service was never started at all, or in case its + started successfully first. They are not invoked if the service was never started at all, or in case its start-up failed, for example because any of the commands specified in ExecStart=, ExecStartPre= or ExecStartPost= failed (and weren't prefixed with -, see above) or timed out. Use ExecStopPost= to invoke commands when a diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 055d854555..80c15b700d 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -205,7 +205,7 @@ emergency.target A special target unit that starts an emergency shell on the main console. This target does not pull in - any serices or mounts. It is the most minimal version of starting the system in order to acquire an + any services or mounts. It is the most minimal version of starting the system in order to acquire an interactive shell; the only processes running are usually just the system manager (PID 1) and the shell process. This unit is supposed to be used with the kernel command line option systemd.unit=; it is also used when a file system check on a required file system fails, @@ -526,7 +526,7 @@ A special target unit that sets up all slice units (see systemd.slice5 for details) that shall be active after boot. By default the generic user.slice, - system.slice, machines.slice slice units, as well as the the root + system.slice, machines.slice slice units, as well as the root slice unit -.slice are pulled in and ordered before this unit (see below). It's a good idea to add WantedBy=slices.target lines to the [Install]