diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 8974f8f8d5..fa3694d3b4 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -379,7 +379,7 @@ The maximum line length to permit when converting stream logs into record logs. When a systemd unit's standard output/error are connected to the journal via a stream socket, the data read is split into individual log records at newline (\n, ASCII 10) and NUL characters. If no such delimiter is - read for the specified number of bytes a hard log record boundary is artifically inserted, breaking up overly + read for the specified number of bytes a hard log record boundary is artificially inserted, breaking up overly long lines into multiple log records. Selecting overly large values increases the possible memory usage of the Journal daemon for each stream client, as in the worst case the journal daemon needs to buffer the specified number of bytes in memory before it can flush a new log record to disk. Also note that permitting overly large diff --git a/man/systemctl.xml b/man/systemctl.xml index 4abee60790..bb3fc1763c 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1795,7 +1795,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err poweroff otherwise. This command is asynchronous; it will return after the exit operation is enqueued, without waiting for it to complete. - The service manager will exit with the the specified exit code, if + The service manager will exit with the specified exit code, if EXIT_CODE is passed. diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index fec0e1fe88..b099d74afd 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -123,7 +123,7 @@ systemd-tmpfiles --create --prefix /var/log/journal If systemd-journald.service is stopped, the stream connections associated with all services are terminated. Further writes to those streams by the service will result in EPIPE errors. In order to react gracefully in this case it is recommended that programs logging to standard output/error - ignore such errors. If the the SIGPIPE UNIX signal handler is not blocked or turned off, such + ignore such errors. If the SIGPIPE UNIX signal handler is not blocked or turned off, such write attempts will also result in such process signals being generated, see signal7. To mitigate this issue, systemd service manager explicitly turns off the SIGPIPE signal for all invoked processes by @@ -145,12 +145,12 @@ systemd-tmpfiles --create --prefix /var/log/journal transports listed above, which are inherently record based and where the metadata is always associated with the individual record. - In addition to the the implicit standard output/error logging of services, stream logging is also available + In addition to the implicit standard output/error logging of services, stream logging is also available via the systemd-cat1 command line tool. Currently, the number of parallel log streams systemd-journald will accept is limited to - 4096. When this limit is reached further log streams may be established but will receieve + 4096. When this limit is reached further log streams may be established but will receive EPIPE right from the beginning. diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index dfae0572d8..802eb41c47 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2392,7 +2392,7 @@ CapabilityBoundingSet=~CAP_B CAP_C 205 EXIT_LIMITS - Failed to adjust resoure limits. See LimitCPU= and related settings above. + Failed to adjust resource limits. See LimitCPU= and related settings above. 206 @@ -2497,7 +2497,7 @@ CapabilityBoundingSet=~CAP_B CAP_C 227 EXIT_NO_NEW_PRIVILEGES - Failed to disable new priviliges. See NoNewPrivileges=yes above. + Failed to disable new privileges. See NoNewPrivileges=yes above. 228 @@ -2512,7 +2512,7 @@ CapabilityBoundingSet=~CAP_B CAP_C 230 EXIT_PERSONALITY - Failed to set up a execution domain (personality). See Personality= above. + Failed to set up an execution domain (personality). See Personality= above. 231 @@ -2547,22 +2547,22 @@ CapabilityBoundingSet=~CAP_B CAP_C 238 EXIT_STATE_DIRECTORY - Failed to set up a the unit's state directory. See StateDirectory= above. + Failed to set up unit's state directory. See StateDirectory= above. 239 EXIT_CACHE_DIRECTORY - Failed to set up a the unit's cache directory. See CacheDirectory= above. + Failed to set up unit's cache directory. See CacheDirectory= above. 240 EXIT_LOGS_DIRECTORY - Failed to set up a the unit's logging directory. See LogsDirectory= above. + Failed to set up unit's logging directory. See LogsDirectory= above. 241 EXIT_CONFIGURATION_DIRECTORY - Failed to set up a the unit's configuration directory. See ConfigurationDirectory= above. + Failed to set up unit's configuration directory. See ConfigurationDirectory= above. diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 58024a071d..8a59fc78ff 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -275,7 +275,7 @@ NotifyReady= Configures support for notifications from the container's init process. This is equivalent to - the command line switch, and takes the same paramaters. See + the command line switch, and takes the same parameters. See systemd-nspawn1 for details about the specific options supported. diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 0c0c91608a..62dad57748 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -500,7 +500,7 @@ - IPAddressAllow=ADDDRESS[/PREFIXLENGTH]… + IPAddressAllow=ADDRESS[/PREFIXLENGTH]… IPAddressDeny=ADDRESS[/PREFIXLENGTH]… diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bec6356270..b66225fc6e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -295,7 +295,7 @@ DefaultDependencies= in each unit types. For example, target units will complement all configured - dependencies of type type Wants= or + dependencies of type Wants= or Requires= with dependencies of type After=. See systemd.target5