man: fix some typos

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-03-13 23:09:49 +01:00
parent 4afb5c73a2
commit 7d7681f70b
6 changed files with 8 additions and 8 deletions

View File

@ -171,7 +171,7 @@
implied pager tool. This implies implied pager tool. This implies
<option>-n1000</option> to guarantee <option>-n1000</option> to guarantee
that the pager won't buffer logs of that the pager won't buffer logs of
unbounded size. This may be overriden unbounded size. This may be overridden
with an explicit <option>-n</option> with an explicit <option>-n</option>
with some other numeric value on the with some other numeric value on the
command line. Note that this option is command line. Note that this option is

View File

@ -183,7 +183,7 @@
messages is generated. This rate messages is generated. This rate
limiting is applied per-service, so limiting is applied per-service, so
that two services which log do not that two services which log do not
interfere with each others' interfere with each other's
limits. Defaults to 200 messages in limits. Defaults to 200 messages in
10s. The time specification for 10s. The time specification for
<varname>RateLimitInterval=</varname> <varname>RateLimitInterval=</varname>

View File

@ -131,7 +131,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<filename>/proc/cmdline</filename> <filename>/proc/cmdline</filename>
</term> </term>
<listitem> <listitem>
<para>The contents of the file <filename>/etc/kernel/cmdline</filename> specifies the kernel command line to use. <para>The content of the file <filename>/etc/kernel/cmdline</filename> specifies the kernel command line to use.
If that file does not exist, <filename>/proc/cmdline</filename> is used.</para> If that file does not exist, <filename>/proc/cmdline</filename> is used.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -140,7 +140,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<filename>/etc/machine-id</filename> <filename>/etc/machine-id</filename>
</term> </term>
<listitem> <listitem>
<para>The contents of the file specifies the machine identifaction &lt;MACHINE-ID>.</para> <para>The content of the file specifies the machine identification &lt;MACHINE-ID>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -148,7 +148,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<filename>/etc/os-release</filename> <filename>/etc/os-release</filename>
</term> </term>
<listitem> <listitem>
<para>The contents of the file specifies the the operating system id &lt;OS-ID>.</para> <para>The content of the file specifies the operating system id &lt;OS-ID>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@ -163,7 +163,7 @@
will execute the action after all will execute the action after all
sessions reported that they are idle, sessions reported that they are idle,
and no idle inhibitor lock is active, and no idle inhibitor lock is active,
and subsquently the time configured and subsequently the time configured
with <varname>IdleActionSec=</varname> with <varname>IdleActionSec=</varname>
(see below) has passed.</para> (see below) has passed.</para>
</listitem> </listitem>

View File

@ -75,7 +75,7 @@
logic as the D-Bus machine ID.</para> logic as the D-Bus machine ID.</para>
<para>Programs may use this ID to identify the host <para>Programs may use this ID to identify the host
with a globally unique ID in the network, that does with a globally unique ID in the network, which does
not change even if the local network configuration not change even if the local network configuration
changes. Due to this and its greater length it is changes. Due to this and its greater length it is
a more useful replacement for the a more useful replacement for the

View File

@ -68,7 +68,7 @@
<filename>/etc</filename> file system and is fragile because the file <filename>/etc</filename> file system and is fragile because the file
might be edited by the administrator at the same time. <command>nss-myhostname</command> might be edited by the administrator at the same time. <command>nss-myhostname</command>
simply returns all locally configure public IP addresses, or -- if none simply returns all locally configure public IP addresses, or -- if none
are configured -- the IPv4 address 127.0.0.2 (wich is on the local are configured -- the IPv4 address 127.0.0.2 (which is on the local
loopback) and the IPv6 address ::1 (which is the local host) for loopback) and the IPv6 address ::1 (which is the local host) for
whatever system hostname is configured locally. Patching whatever system hostname is configured locally. Patching
<filename>/etc/hosts</filename> is thus no longer necessary.</para> <filename>/etc/hosts</filename> is thus no longer necessary.</para>