From: Jakub Wilk Date: Thu, 19 Jan 2017 15:54:22 +0000 (+0100) Subject: man: fix typos (#5109) X-Git-Tag: v233~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=301a21a8804cdc8712bf9b048aca11a07139f402;p=thirdparty%2Fsystemd.git man: fix typos (#5109) --- diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index ff3638c909c..a741abe32df 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -133,7 +133,7 @@ project='man-pages'>readv3 for details) instead of the format string. Each structure should reference one field of the entry to submit. The second argument specifies the number of structures in the array. sd_journal_sendv() is particularly useful to - submit binary objects to the journal where that is necessary. Note that this function wil not strip trailing + submit binary objects to the journal where that is necessary. Note that this function will not strip trailing whitespace of the passed fields, but passes the specified data along unmodified. This is different from both sd_journal_print() and sd_journal_send() described above, which are based on format strings, and do strip trailing whitespace. diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 7d5410d693e..095d4e7e78e 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -354,7 +354,7 @@ Documentation=man:nosuchfile(1) Requires=different.service [Service] -Desription=x +Description=x $ systemd-analyze verify ./user.slice [./user.slice:9] Unknown lvalue 'WhatIsThis' in section 'Unit' diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index 5f37e9193e7..50d24d67f06 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -193,7 +193,7 @@ If set to the generator will leave the root directory mount point unaltered, however will mount a tmpfs file system to - /var. In this mode the normal system configuration (i.e the contents of + /var. In this mode the normal system configuration (i.e. the contents of /etc) is in effect (and may be modified during system runtime), however the system state (i.e. the contents of /var) is reset at boot and lost at shutdown. diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index bfd5a68fd97..b52f946fa50 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -271,7 +271,7 @@ payload, the payload of the packet is exported. If the argument is packet, the whole packet is dumped in wire format, prefixed by length specified as a little-endian 64-bit number. This format allows multiple packets - to be dumped and unambigously parsed. + to be dumped and unambiguously parsed. diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 07da57e11aa..f57e15e38cd 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -991,7 +991,7 @@ used. This option is particularly useful when RootDirectory= is used. In this case the - source path refers to a path on the host file system, while the destination path referes to a path below the + source path refers to a path on the host file system, while the destination path refers to a path below the root directory of the unit. diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8d44779a0cb..7818dfff815 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1454,7 +1454,7 @@ Name=bond1 Kind=bond - # /etc/systemd/network/30-bond1-dev1.nework + # /etc/systemd/network/30-bond1-dev1.network [Match] MACAddress=52:54:00:e9:64:41 @@ -1462,7 +1462,7 @@ MACAddress=52:54:00:e9:64:41 Bond=bond1 - # /etc/systemd/network/30-bond1-dev2.nework + # /etc/systemd/network/30-bond1-dev2.network [Match] MACAddress=52:54:00:e9:64:42 diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml index d673cf5db88..06690b41f4b 100644 --- a/man/systemd.offline-updates.xml +++ b/man/systemd.offline-updates.xml @@ -91,7 +91,7 @@ update units. Only one service should perform an update (see the next point), and all the other ones should exit cleanly with a "success" return code and without doing anything. Update services should be ordered after sysinit.target - so that the update starts after after all file systems have been mounted. + so that the update starts after all file systems have been mounted.