summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-05-03 19:15:24 +0200
committerTom Gundersen <teg@jklm.no>2014-05-06 23:05:39 +0200
commit70a44afee385c4afadaab9a002b3f9dd44aedf4a (patch)
treee8ac20a767b724fc51de7abdd8a65cb2221fd098 /man
parentd28315e4aff91560ed4c2fc9f876ec8bfc559f2d (diff)
doc: typographical fine tuning
Diffstat (limited to 'man')
-rw-r--r--man/sd_bus_path_encode.xml2
-rw-r--r--man/systemd-gpt-auto-generator.xml12
-rw-r--r--man/systemd-networkd.service.xml2
-rw-r--r--man/systemd-nspawn.xml4
-rw-r--r--man/systemd-update-utmp.service.xml2
-rw-r--r--man/systemd.exec.xml6
-rw-r--r--man/systemd.link.xml14
-rw-r--r--man/systemd.network.xml4
8 files changed, 23 insertions, 23 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml
index 2cc720f24d..7cb8e77bc0 100644
--- a/man/sd_bus_path_encode.xml
+++ b/man/sd_bus_path_encode.xml
@@ -91,7 +91,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
reversed with <function>sd_bus_decode()</function>. It is
recommended to only use external identifiers here that generally
require little escaping to be turned into valid bus path
- identifiers (for example by sticking to a 7bit ASCII character
+ identifiers (for example by sticking to a 7-bit ASCII character
set), in order to ensure the resulting bus path is still short and
easily processed.</para>
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml
index db98582b7e..32e1183336 100644
--- a/man/systemd-gpt-auto-generator.xml
+++ b/man/systemd-gpt-auto-generator.xml
@@ -106,22 +106,22 @@
<row>
<entry>44479540-f297-41b2-9af7-d131d5f0458a</entry>
<entry><filename>Root Partition (x86)</filename></entry>
- <entry>On 32bit x86 systems the first x86 root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
+ <entry>On 32-bit x86 systems the first x86 root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
</row>
<row>
<entry>4f68bce3-e8cd-4db1-96e7-fbcaf984b709</entry>
<entry><filename>Root Partition (x86-64)</filename></entry>
- <entry>On 64bit x86 systems the first x86-64 root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
+ <entry>On 64-bit x86 systems the first x86-64 root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
</row>
<row>
<entry>69dad710-2ce4-4e3c-b16c-21a1d49abed3</entry>
- <entry><filename>Root Partition (32bit ARM)</filename></entry>
- <entry>On 32bit ARM systems the first ARM root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
+ <entry><filename>Root Partition (32-bit ARM)</filename></entry>
+ <entry>On 32-bit ARM systems the first ARM root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
</row>
<row>
<entry>b921b045-1df0-41c3-af44-4c6f280d3fae</entry>
- <entry><filename>Root Partition (64bit ARM)</filename></entry>
- <entry>On 64bit ARM systems the first ARM root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
+ <entry><filename>Root Partition (64-bit ARM)</filename></entry>
+ <entry>On 64-bit ARM systems the first ARM root partition on the disk the EFI ESP is located on is mounted to the root directory <filename>/</filename>.</entry>
</row>
<row>
<entry>933ac7e1-2eb4-4f13-b844-0e14e2aef915</entry>
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml
index 85fa2a4be4..75ea1a4b4e 100644
--- a/man/systemd-networkd.service.xml
+++ b/man/systemd-networkd.service.xml
@@ -68,7 +68,7 @@
<para>Network configurations applied before networkd is started
are not removed, and static configuration applied by networkd
is not removed when networkd exits. Dynamic configuration applied by
- networkd may also optionally be left in place on shut-down. This ensures
+ networkd may also optionally be left in place on shutdown. This ensures
restarting networkd does not cut the network connection, and, in particular,
that it is safe to transition between the initrd and the real root,
and back.</para>
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 648a8cd19a..18946167c5 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -221,7 +221,7 @@
<listitem><para>After transitioning
into the container, change to the
- specified user defined in the
+ specified user-defined in the
container's user database. Like all
other systemd-nspawn features, this is
not a security feature and provides
@@ -600,7 +600,7 @@
<literal>x86</literal> and
<literal>x86-64</literal> are
supported. This is useful when running
- a 32bit container on a 64bit
+ a 32-bit container on a 64-bit
host. If this setting is not used
the personality reported in the
container is the same as the one
diff --git a/man/systemd-update-utmp.service.xml b/man/systemd-update-utmp.service.xml
index 846fc959d0..0b316b1acc 100644
--- a/man/systemd-update-utmp.service.xml
+++ b/man/systemd-update-utmp.service.xml
@@ -61,7 +61,7 @@
is a service that writes SysV runlevel changes to utmp
and wtmp, as well as the audit logs, as they
occur. <filename>systemd-update-utmp.service</filename>
- does the same for system reboots and shut-down requests.</para>
+ does the same for system reboots and shutdown requests.</para>
</refsect1>
<refsect1>
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 5d39bd1a14..d206d4f645 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1204,7 +1204,7 @@
(which creates connected AF_UNIX
sockets only) are unaffected. Note
that this option has no effect on
- 32bit x86 and is ignored (but works
+ 32-bit x86 and is ignored (but works
correctly on x86-64). If running in user
mode and this option is used,
<varname>NoNewPrivileges=yes</varname>
@@ -1239,8 +1239,8 @@
processes. Takes one of
<constant>x86</constant> and
<constant>x86-64</constant>. This is
- useful when running 32bit services on
- a 64bit host system. If not specified
+ useful when running 32-bit services on
+ a 64-bit host system. If not specified
the personality is left unmodified and
thus reflects the personality of the
host system's
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 3ad006e958..2f5de23742 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -236,8 +236,8 @@
<listitem>
<para>The name is set based on entries in
the udev's Hardware Database with the key
- <literal>ID_NET_NAME_FROM_DATABASE</literal>
- .</para>
+ <literal>ID_NET_NAME_FROM_DATABASE</literal>.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -245,8 +245,8 @@
<listitem>
<para>The name is set based on information given by
the firmware for on-board devices, as exported by
- the udev property <literal>ID_NET_NAME_ONBOARD</literal>
- .</para>
+ the udev property <literal>ID_NET_NAME_ONBOARD</literal>.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -254,8 +254,8 @@
<listitem>
<para>The name is set based on information given by
the firmware for hot-plug devices, as exported by
- the udev property <literal>ID_NET_NAME_SLOT</literal>
- .</para>
+ the udev property <literal>ID_NET_NAME_SLOT</literal>.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -329,7 +329,7 @@
<varlistentry>
<term><literal>magic</literal></term>
<listitem>
- <para>Wake on receipt of a magic packet
+ <para>Wake on receipt of a magic packet.
</para>
</listitem>
</varlistentry>
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 48e33ac4d4..c4e5055d9e 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -272,8 +272,8 @@
<term><varname>Broadcast=</varname></term>
<listitem>
<para>The broadcast address, which must be in the format described in
- <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>
- . This key only applies to IPv4 addresses. If it is not given, it is
+ <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
+ This key only applies to IPv4 addresses. If it is not given, it is
derived from the <literal>Address</literal> key.</para>
</listitem>
</varlistentry>