1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-08 05:57:26 +03:00

man: fix typos

This commit is contained in:
Jakub Wilk 2016-01-15 12:46:08 +01:00
parent bf8febb96a
commit b8e1d4d183
4 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@
must be <literal>IN</literal>, followed by must be <literal>IN</literal>, followed by
<literal>DNSKEY</literal>. The subsequent words encode the DNSKEY <literal>DNSKEY</literal>. The subsequent words encode the DNSKEY
flags, protocol and algorithm fields, followed by the key data flags, protocol and algorithm fields, followed by the key data
encoded in Base64. See See <ulink encoded in Base64. See <ulink
url="https://tools.ietf.org/html/rfc4034#section-2">RFC 4034, url="https://tools.ietf.org/html/rfc4034#section-2">RFC 4034,
Section 2</ulink> for details about the precise syntax and meaning Section 2</ulink> for details about the precise syntax and meaning
of these fields.</para> of these fields.</para>
@ -152,7 +152,7 @@
trust anchor via adding in new trust anchor files.</para> trust anchor via adding in new trust anchor files.</para>
<para>The current DNSSEC trust anchor for the Internet's root <para>The current DNSSEC trust anchor for the Internet's root
domain is available a the <ulink domain is available at the <ulink
url="https://data.iana.org/root-anchors/root-anchors.xml">IANA url="https://data.iana.org/root-anchors/root-anchors.xml">IANA
Trust Anchor and Keys</ulink> page.</para> Trust Anchor and Keys</ulink> page.</para>
</refsect1> </refsect1>

View File

@ -315,7 +315,7 @@
</example> </example>
<example> <example>
<title>Debuging a generator</title> <title>Debugging a generator</title>
<programlisting>dir=$(mktemp -d) <programlisting>dir=$(mktemp -d)
SYSTEMD_LOG_LEVEL=debug &systemgeneratordir;/systemd-fstab-generator \ SYSTEMD_LOG_LEVEL=debug &systemgeneratordir;/systemd-fstab-generator \

View File

@ -875,7 +875,7 @@
<para><varname>ConditionSecurity=</varname> may be used to <para><varname>ConditionSecurity=</varname> may be used to
check whether the given security module is enabled on the check whether the given security module is enabled on the
system. Currently, the recognized values values are system. Currently, the recognized values are
<varname>selinux</varname>, <varname>selinux</varname>,
<varname>apparmor</varname>, <varname>apparmor</varname>,
<varname>ima</varname>, <varname>ima</varname>,

View File

@ -259,7 +259,7 @@
<term><option>--machine-id=</option></term> <term><option>--machine-id=</option></term>
<listitem><para>Override the machine-id set on the hard drive, <listitem><para>Override the machine-id set on the hard drive,
userful for network booting or for containers. May not be set useful for network booting or for containers. May not be set
to all zeros.</para></listitem> to all zeros.</para></listitem>
</varlistentry> </varlistentry>