diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-10 19:49:14 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-10 19:49:14 -0500 |
commit | 462c0cc526358b53bbf9177583c3273d866fac1b (patch) | |
tree | cf26381ff0da1663a392009f1ece57475cc98a0b /man/systemd-resolved.service.xml | |
parent | 926db6521b16f5fbf9c532142fd243ee6cea4ca8 (diff) | |
parent | a858cd71136c166ab37aeb96bca083e0d77e739c (diff) |
Merge pull request #2575 from poettering/manfixes
A variety of man page fixes
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r-- | man/systemd-resolved.service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 1b63afdded..4b4ea52aba 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -87,9 +87,9 @@ is on the local loopback) and the IPv6 address ::1 (which is the local host).</para></listitem> - <listitem><para>The hostname <literal>localhost</literal> is - resolved to the IP addresses 127.0.0.1 and - ::1.</para></listitem> + <listitem><para>The hostname <literal>localhost</literal> (as well as any hostname ending in + <literal>.localhost</literal>, <literal>.localdomain</literal> or equal to <literal>localdomain</literal>) is + resolved to the IP addresses 127.0.0.1 and ::1.</para></listitem> <listitem><para>The hostname <literal>gateway</literal> is resolved to all current default routing gateway addresses, |