summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-07-18 09:54:06 +0200
committerGitHub <noreply@github.com>2016-07-18 09:54:06 +0200
commitd909beef0a97d931de92723746a4e3ae9c7f1194 (patch)
tree4d70c4cdb45829ba01d3c5a4a0afee1e695a71cf /man
parentccc2c98e1b0c06861577632440b996ca16cefd53 (diff)
parentfc549b96054d52bbde68a4aa773bf4037700d389 (diff)
Merge pull request #3746 from keszybz/trivial-fixes
Trivial fixes
Diffstat (limited to 'man')
-rw-r--r--man/systemd-resolved.service.xml4
-rw-r--r--man/systemd.netdev.xml2
-rw-r--r--man/systemd.target.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 0df037ba69..141b06e374 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -68,8 +68,8 @@
link-local networking).</para></listitem>
<listitem><para>The glibc
- <citerefentry><refentrytitle>getaddrinfo</refentrytitle><manvolnum>3</manvolnum></citerefentry> API (as defined
- by <ulink url="https://tools.ietf.org/html/rfc3493">RFC3493</ulink>) and its related resolver functions,
+ <citerefentry><refentrytitle>getaddrinfo</refentrytitle><manvolnum>3</manvolnum></citerefentry> API as defined
+ by <ulink url="https://tools.ietf.org/html/rfc3493">RFC3493</ulink> and its related resolver functions,
including <citerefentry><refentrytitle>gethostbyname</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This
API is widely supported, including beyond the Linux platform. In its current form it does not expose DNSSEC
validation status information however, and is synchronous only. This API is backed by the glibc Name Service
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 38aede84cb..a5c6f0fa40 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -651,7 +651,7 @@
It is used as mark-configured SAD/SPD entry as part of the lookup key (both in data
and control path) in ip xfrm (framework used to implement IPsec protocol).
See <ulink url="http://man7.org/linux/man-pages/man8/ip-xfrm.8.html">
- ip-xfrm - transform configuration</ulink> for details. It is only used for VTI/VTI6
+ ip-xfrm — transform configuration</ulink> for details. It is only used for VTI/VTI6
tunnels.</para>
</listitem>
</varlistentry>
diff --git a/man/systemd.target.xml b/man/systemd.target.xml
index 645d8493c1..2e35e54fc4 100644
--- a/man/systemd.target.xml
+++ b/man/systemd.target.xml
@@ -88,7 +88,7 @@
configured dependencies of type <varname>Wants=</varname> or
<varname>Requires=</varname> with dependencies of type
<varname>After=</varname>. Note that <varname>Wants=</varname> or
- <varname>Requires=</varname> must be defined in the target unit itself - if
+ <varname>Requires=</varname> must be defined in the target unit itself — if
you for example define <varname>Wants=</varname>some.target in
some.service, the implicit ordering will not be added.</para>