From 11fcfc539854b1d1c0c2d1aa8d21d5922a6d4e49 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Tue, 24 Dec 2019 09:50:04 -0300 Subject: [PATCH] Fix several typos in documentation Found by lintian --- man/kernel-command-line.xml | 2 +- man/sd_journal_print.xml | 2 +- man/systemctl.xml | 2 +- man/systemd-boot.xml | 2 +- man/systemd-id128.xml | 2 +- man/systemd-pstore.xml | 2 +- man/systemd.link.xml | 2 +- man/systemd.netdev.xml | 6 +++--- man/systemd.network.xml | 4 ++-- man/systemd.xml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 40a2321860..4aac14ea18 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -107,7 +107,7 @@ systemd.early_core_pattern= During early boot, the generation of core dump files is disabled until a core dump handler (if any) - takes over. This parameter allows to specifies an absolute path where core dump files should be stored until + takes over. This parameter allows specifying an absolute path where core dump files should be stored until a handler is installed. The path should be absolute and may contain specifiers, see core5 for details. diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 85e5aa0280..f6973087f3 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -70,7 +70,7 @@ journal. The first argument is a priority value. This is followed by a format string and its parameters, similar to printf3 or syslog3. - Note that currently the resulting message will be trucated to LINE_MAX - 8. + Note that currently the resulting message will be truncated to LINE_MAX - 8. The priority value is one of LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG, as defined in diff --git a/man/systemctl.xml b/man/systemctl.xml index 3d86f7dffa..ab67d78287 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1907,7 +1907,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err cache, logs, runtime to select the type of resource. This option may be specified more than once, in which case all specified resource types are removed. Also accepts the special value all as a shortcut for - specifiying all five resource types. If this option is not specified defaults to the combination of + specifying all five resource types. If this option is not specified defaults to the combination of cache and runtime, i.e. the two kinds of resources that are generally considered to be redundant and can be reconstructed on next invocation. diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index da8ddb5f84..fff7395f3d 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -90,7 +90,7 @@ Assessment. The boot manager optionally reads a random seed from the ESP partition, combines it - with a 'system token' stored in a persistant EFI variable and derives a random seed to use by the OS as + with a 'system token' stored in a persistent EFI variable and derives a random seed to use by the OS as entropy pool initializaton, providing a full entropy pool during early boot. diff --git a/man/systemd-id128.xml b/man/systemd-id128.xml index 7b07d53561..a5ab31ad6d 100644 --- a/man/systemd-id128.xml +++ b/man/systemd-id128.xml @@ -104,7 +104,7 @@ Generate output as an UUID formatted in the "canonical representation", with five - groups of digits seperated by hyphens. See the + groups of digits separated by hyphens. See the wikipedia for more discussion. diff --git a/man/systemd-pstore.xml b/man/systemd-pstore.xml index dd1aa5e83b..11d66b8b01 100644 --- a/man/systemd-pstore.xml +++ b/man/systemd-pstore.xml @@ -19,7 +19,7 @@ systemd-pstore systemd-pstore.service - Tool to archive contents of the persistent storage filesytem + Tool to archive contents of the persistent storage filesystem diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 2209e96037..2f231d4978 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -408,7 +408,7 @@ When unset, the kernel's default will be used. Note that if autonegotiation is enabled, speed and duplex settings are - read-only. If autonegotation is disabled, speed and duplex settings are writable + read-only. If autonegotiation is disabled, speed and duplex settings are writable if the driver supports multiple link modes. diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 5703e4f53b..6c4532b2b9 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -418,8 +418,8 @@ MulticastIGMPVersion= - Allows to change bridge's multicast Internet Group Management Protocol (IGMP) version. - Takes an interger 2 or 3. When unset, the kernel's default will be used. + Allows changing bridge's multicast Internet Group Management Protocol (IGMP) version. + Takes an integer 2 or 3. When unset, the kernel's default will be used. @@ -720,7 +720,7 @@ IPDoNotFragment= - Allows to set the IPv4 Do not Fragment (DF) bit in outgoing packets, or to inherit its + Allows setting the IPv4 Do not Fragment (DF) bit in outgoing packets, or to inherit its value from the IPv4 inner header. Takes a boolean value, or inherit. Set to inherit if the encapsulated protocol is IPv6. When unset, the kernel's default will be used. diff --git a/man/systemd.network.xml b/man/systemd.network.xml index fc5658153a..3dd7726e63 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1001,7 +1001,7 @@ from this one as template on behalf of Privacy Extensions RFC 3041. For this to become active, the use_tempaddr sysctl setting has to be set to a value greater than zero. - The given address needs to have a prefix length of 64. This flag allows to use privacy + The given address needs to have a prefix length of 64. This flag allows using privacy extensions in a manually configured network, just like if stateless auto-configuration was active. Defaults to false. @@ -1664,7 +1664,7 @@ Send an arbitrary option in the DHCPv4 request. Takes a DHCP option number, data type and data separated with a colon (option:type:value). - The option number must be an interger in the range 1..254. The type takes one of uint8, + The option number must be an integer in the range 1..254. The type takes one of uint8, uint16, uint32, ipv4address, or string. Special characters in the data string may be escaped using C-style diff --git a/man/systemd.xml b/man/systemd.xml index bde79d56fd..fdfabcba49 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -38,7 +38,7 @@ Description systemd is a system and service manager for Linux operating systems. When run as first process on - boot (as PID 1), it acts as init system that brings up and maintains userspace services. Seperate + boot (as PID 1), it acts as init system that brings up and maintains userspace services. Separate instances are started for logged-in users to start their services. systemd is usually not invoked directly by the user, but is installed as the