From: Felipe Sateler Date: Tue, 24 Dec 2019 12:50:04 +0000 (-0300) Subject: Fix several typos in documentation X-Git-Tag: v245-rc1~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11fcfc539854b1d1c0c2d1aa8d21d5922a6d4e49;p=thirdparty%2Fsystemd.git Fix several typos in documentation Found by lintian --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 40a23218604..4aac14ea180 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 85e5aa02807..f6973087f3a 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 3d86f7dffa8..ab67d78287f 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 da8ddb5f841..fff7395f3d9 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 7b07d535612..a5ab31ad6df 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 dd1aa5e83bb..11d66b8b012 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 2209e960372..2f231d49787 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 5703e4f53b4..6c4532b2b93 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 fc5658153a8..3dd7726e635 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 bde79d56fd8..fdfabcba49f 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