diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-07 17:40:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-07 17:40:10 +0100 |
commit | dbda6dce3d250cee3a9d2bd1591ec1746a43585f (patch) | |
tree | 84896ae30a53053a83177cc23b2936409e6bbce5 /man/nss-myhostname.xml | |
parent | 49aa61a550b3baadb1fb50e586d8fbe8b642025f (diff) |
man: document nss-mymachines
Diffstat (limited to 'man/nss-myhostname.xml')
-rw-r--r-- | man/nss-myhostname.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/nss-myhostname.xml b/man/nss-myhostname.xml index 0f68c4d36e..c7a2cd9ae7 100644 --- a/man/nss-myhostname.xml +++ b/man/nss-myhostname.xml @@ -67,11 +67,12 @@ <itemizedlist> <listitem><para>The local, configured hostname - is resolved to all locally configured public - IP addresses, or -- if none are configured -- - the IPv4 address 127.0.0.2 (which is on the - local loopback) and the IPv6 address ::1 - (which is the local host).</para></listitem> + is resolved to all locally configured IP + addresses ordered by their scope, or -- if + none are configured -- the IPv4 address + 127.0.0.2 (which 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 @@ -125,7 +126,7 @@ group: compat shadow: compat -hosts: files dns <command>myhostname</command> +hosts: files dns mymachines <command>myhostname</command> networks: files protocols: db files @@ -153,6 +154,7 @@ netgroup: nis</programlisting> <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>nsswitch.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>getent</refentrytitle><manvolnum>1</manvolnum></citerefentry> </para> |