diff options
author | Karel Zak <kzak@redhat.com> | 2014-07-23 12:40:07 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-23 08:47:19 -0400 |
commit | cbfaff65cb086e3eb3709cf86dcf63b46622389b (patch) | |
tree | 7081c2029d5d3fe9d7764f87d2d780af9cc243ca /man | |
parent | 6946f79d98430fccb1e0c947c135c807bc73a9c5 (diff) |
docs: remove repeating words from man/*xml
Diffstat (limited to 'man')
-rw-r--r-- | man/coredump.conf.xml | 2 | ||||
-rw-r--r-- | man/sd_bus_message_append_array.xml | 2 | ||||
-rw-r--r-- | man/systemctl.xml | 2 | ||||
-rw-r--r-- | man/systemd-journal-remote.xml | 2 | ||||
-rw-r--r-- | man/systemd.journal-fields.xml | 2 | ||||
-rw-r--r-- | man/sysusers.d.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index fa55eb9d25..0c9160e2cc 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -126,7 +126,7 @@ to 15% of the total disk size). Note that the disk space used by coredumps might temporarily exceed these limits while coredumps are processed. Note that old coredumps are also - removed based on on time via + removed based on time via <citerefentry><refentrytitle>systemd-tmpfiles</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem> </varlistentry> </variablelist> diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml index bf40da868f..e0f6767ec2 100644 --- a/man/sd_bus_message_append_array.xml +++ b/man/sd_bus_message_append_array.xml @@ -104,7 +104,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic Types</ulink> section of the D-Bus specification, and listed in <citerefentry><refentrytitle>sd_bus_message_append_basic</refentrytitle><manvolnum>3</manvolnum></citerefentry>. - Pointer <parameter>p</parameter> must point to an array of of size + Pointer <parameter>p</parameter> must point to an array of size <parameter>size</parameter> bytes containing items of the respective type. Size <parameter>size</parameter> must be a multiple of the size of the type <parameter>type</parameter>. As a diff --git a/man/systemctl.xml b/man/systemctl.xml index 155dab3108..a8d15b5f69 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1274,7 +1274,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <para>Reload systemd manager configuration. This will reload all unit files and recreate the entire dependency tree. While the daemon is being reloaded, all sockets systemd - listens on on behalf of user configuration will stay + listens on behalf of user configuration will stay accessible.</para> <para>This command should not be confused with the <command>load</command> or <command>reload</command> commands.</para> diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index b470e2c9bf..08c0283d82 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -221,7 +221,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. will be created underneath the selected directory. Files will be called <filename>remote-<replaceable>hostname</replaceable>.journal</filename>, - where the <replaceable>hostname</replaceable> part is is the + where the <replaceable>hostname</replaceable> part is the escaped hostname of the source endpoint of the connection, or the numerical address if the hostname cannot be determined.</para> diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 5e12e619dc..154b95ac7e 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -582,7 +582,7 @@ microseconds, formatted as a decimal string. To be useful as an address for the entry, this - should be combined with with the + should be combined with the boot ID in <literal>_BOOT_ID=</literal>. </para> </listitem> diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 1e079b2111..58f24a62f5 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -138,7 +138,7 @@ m authd input</programlisting> <title>Name</title> <para>The name field specifies the user or - group name. It should be be shorter than 31 + group name. It should be shorter than 31 characters and avoid any non-ASCII characters, and not begin with a numeric character. It is strongly recommended to pick user and group |