From: Kay Sievers Date: Thu, 24 Jun 2010 15:25:16 +0000 (+0200) Subject: man: spelling fixes X-Git-Tag: v1~100 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=436c44a5d64ef136ead64e9b03c8c05cc573a61b man: spelling fixes --- diff --git a/man/daemon.xml b/man/daemon.xml index 650e0fa8b..1cddf38f7 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -65,7 +65,7 @@ starts, it should execute the following steps as part of the initialization. Note that these steps are unnecessary for new-style daemons, - and should only be implemented if compatbility + and should only be implemented if compatibility with SysV is essential. @@ -213,7 +213,7 @@ As much as possible, rely on systemd's functionality to - limit the accces of the daemon to + limit the access of the daemon to files, services and other resources. i.e. rely on systemd's resource limit control instead of @@ -250,7 +250,7 @@ scheme pointed out below. Like D-Bus activation this enables on-demand starting of services as well as it - allows improved parallization of + allows improved parallelization of service start-up. Also, for state-less protocols (such as syslog, DNS) a daemon implementing socket-based diff --git a/man/runlevel.xml b/man/runlevel.xml index 04959b18a..879b5e1e3 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -64,7 +64,7 @@ determined N is printed instead. If neither can be determined the word "unknown" is printed. - Unless overriden in the environment this will + Unless overridden in the environment this will check the utmp database for recent runlevel changes. diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 8d5606d79..4d7473367 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -70,7 +70,7 @@ On failure, this call returns a negative errno-style error code. If the system was booted up with systemd as init system this call returns a - postive return value, zero otherwise. + positive return value, zero otherwise. diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 54874fd18..734e2374d 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -90,7 +90,7 @@ sd_is_socket_inet3, sd_is_socket_unix3 are provided. In order to maximize flexibility it is - recommened to make these checks as loose as possible + recommended to make these checks as loose as possible without allowing incorrect setups. i.e. often the actual port number a socket is bound to matters little for the service to work, hence it should not be diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 6a689555d..8e6ee6100 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -153,7 +153,7 @@ - It is recommened to prefix variable names that + It is recommended to prefix variable names that are not shown in the list above with X_ to avoid namespace clashes. diff --git a/man/systemctl.xml b/man/systemctl.xml index 696a5060a..2ffc87df2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -102,7 +102,7 @@ If the requested - operation conflicts with an exisiting + operation conflicts with an existing unfinished operation, replace the existing operation by the requested operation. If this is not specified diff --git a/man/systemd-install.xml b/man/systemd-install.xml index 8afa7d9ee..63832aa6b 100644 --- a/man/systemd-install.xml +++ b/man/systemd-install.xml @@ -149,7 +149,7 @@ Checks whether any of the units specified are installed. This will check for the - existance of a number of symlinks as + existence of a number of symlinks as encoded in the [Install] section of a unit file. diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index af89d316d..7e657c64f 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -64,7 +64,7 @@ A unit configuration file encodes information about a service, a socket, a device, a mount point, an - automount point, a swap file or patition, a start-up + automount point, a swap file or partition, a start-up target, a file system path or a timer controlled and supervised by systemd1. The syntax is inspired by XDG .desktop files, which are in turn diff --git a/man/systemd.xml b/man/systemd.xml index 46082839b..8f58b665c 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -137,7 +137,7 @@ Extract D-Bus interface introspection data. This is - mostly useful at build ot install time + mostly useful at build at install time to generate data suitable for the D-Bus interfaces repository. Optionally the interface @@ -459,7 +459,7 @@ $SYSTEMD_LOG_LEVEL systemd reads the log level from this environment - variable. This can be overriden with + variable. This can be overridden with . @@ -467,7 +467,7 @@ $SYSTEMD_LOG_TARGET systemd reads the log target from this environment - variable. This can be overriden with + variable. This can be overridden with . @@ -475,7 +475,7 @@ $SYSTEMD_LOG_COLOR Controls whether systemd highlights important log - messages. This can be overriden with + messages. This can be overridden with . @@ -484,7 +484,7 @@ Controls whether systemd prints the code location along with log messages. This can be - overriden with + overridden with .