1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-22 09:57:34 +03:00

man: fix typos (#5109)

This commit is contained in:
Jakub Wilk 2017-01-19 16:54:22 +01:00 committed by Martin Pitt
parent 0819dd72df
commit 301a21a880
7 changed files with 8 additions and 8 deletions

View File

@ -133,7 +133,7 @@
project='man-pages'><refentrytitle>readv</refentrytitle><manvolnum>3</manvolnum></citerefentry> for details) project='man-pages'><refentrytitle>readv</refentrytitle><manvolnum>3</manvolnum></citerefentry> for details)
instead of the format string. Each structure should reference one field of the entry to submit. The second argument instead of the format string. Each structure should reference one field of the entry to submit. The second argument
specifies the number of structures in the array. <function>sd_journal_sendv()</function> is particularly useful to specifies the number of structures in the array. <function>sd_journal_sendv()</function> is particularly useful to
submit binary objects to the journal where that is necessary. Note that this function wil not strip trailing submit binary objects to the journal where that is necessary. Note that this function will not strip trailing
whitespace of the passed fields, but passes the specified data along unmodified. This is different from both whitespace of the passed fields, but passes the specified data along unmodified. This is different from both
<function>sd_journal_print()</function> and <function>sd_journal_send()</function> described above, which are based <function>sd_journal_print()</function> and <function>sd_journal_send()</function> described above, which are based
on format strings, and do strip trailing whitespace.</para> on format strings, and do strip trailing whitespace.</para>

View File

@ -354,7 +354,7 @@ Documentation=man:nosuchfile(1)
Requires=different.service Requires=different.service
[Service] [Service]
Desription=x Description=x
$ systemd-analyze verify ./user.slice $ systemd-analyze verify ./user.slice
[./user.slice:9] Unknown lvalue 'WhatIsThis' in section 'Unit' [./user.slice:9] Unknown lvalue 'WhatIsThis' in section 'Unit'

View File

@ -193,7 +193,7 @@
<para>If set to <option>state</option> the generator will leave the root <para>If set to <option>state</option> the generator will leave the root
directory mount point unaltered, however will mount a <literal>tmpfs</literal> file system to directory mount point unaltered, however will mount a <literal>tmpfs</literal> file system to
<filename>/var</filename>. In this mode the normal system configuration (i.e the contents of <filename>/var</filename>. In this mode the normal system configuration (i.e. the contents of
<literal>/etc</literal>) is in effect (and may be modified during system runtime), however the system state <literal>/etc</literal>) is in effect (and may be modified during system runtime), however the system state
(i.e. the contents of <literal>/var</literal>) is reset at boot and lost at shutdown.</para> (i.e. the contents of <literal>/var</literal>) is reset at boot and lost at shutdown.</para>

View File

@ -271,7 +271,7 @@
<literal>payload</literal>, the payload of the packet is exported. If the argument is <literal>payload</literal>, the payload of the packet is exported. If the argument is
<literal>packet</literal>, the whole packet is dumped in wire format, prefixed by <literal>packet</literal>, the whole packet is dumped in wire format, prefixed by
length specified as a little-endian 64-bit number. This format allows multiple packets length specified as a little-endian 64-bit number. This format allows multiple packets
to be dumped and unambigously parsed.</para></listitem> to be dumped and unambiguously parsed.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -991,7 +991,7 @@
used.</para> used.</para>
<para>This option is particularly useful when <varname>RootDirectory=</varname> is used. In this case the <para>This option is particularly useful when <varname>RootDirectory=</varname> is used. In this case the
source path refers to a path on the host file system, while the destination path referes to a path below the source path refers to a path on the host file system, while the destination path refers to a path below the
root directory of the unit.</para></listitem> root directory of the unit.</para></listitem>
</varlistentry> </varlistentry>

View File

@ -1454,7 +1454,7 @@ Name=bond1
Kind=bond Kind=bond
</programlisting> </programlisting>
<programlisting># /etc/systemd/network/30-bond1-dev1.nework <programlisting># /etc/systemd/network/30-bond1-dev1.network
[Match] [Match]
MACAddress=52:54:00:e9:64:41 MACAddress=52:54:00:e9:64:41
@ -1462,7 +1462,7 @@ MACAddress=52:54:00:e9:64:41
Bond=bond1 Bond=bond1
</programlisting> </programlisting>
<programlisting># /etc/systemd/network/30-bond1-dev2.nework <programlisting># /etc/systemd/network/30-bond1-dev2.network
[Match] [Match]
MACAddress=52:54:00:e9:64:42 MACAddress=52:54:00:e9:64:42

View File

@ -91,7 +91,7 @@
update units. Only one service should perform an update (see the next point), and all update units. Only one service should perform an update (see the next point), and all
the other ones should exit cleanly with a "success" return code and without doing the other ones should exit cleanly with a "success" return code and without doing
anything. Update services should be ordered after <filename>sysinit.target</filename> anything. Update services should be ordered after <filename>sysinit.target</filename>
so that the update starts after after all file systems have been mounted.</para> so that the update starts after all file systems have been mounted.</para>
</listitem> </listitem>
<listitem> <listitem>