diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2016-02-19 14:42:38 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2016-02-19 14:42:38 +0100 |
commit | de2645af05cf55a7853650aceb6e93bc584710b0 (patch) | |
tree | 6190aa8529bd08a2a081656e225b9645ad52e2f4 | |
parent | a972e1e0b3af9dbe490c6433322c635d9e5ad875 (diff) |
systemd-resolve: fix typo in man page
-rw-r--r-- | man/systemd-resolve.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index de3bbce6dd..4b66f836a2 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -175,7 +175,7 @@ <listitem><para>Specifies the network protocol for the query. May be one of <literal>dns</literal> (i.e. classic unicast DNS), <literal>llmnr</literal> (<ulink url="https://tools.ietf.org/html/rfc4795">Link-Local Multicast Name Resolution</ulink>), - <literal>llmr-ipv4</literal>, <literal>llmnr-ipv6</literal> (LLMNR via the indicated underlying IP + <literal>llmnr-ipv4</literal>, <literal>llmnr-ipv6</literal> (LLMNR via the indicated underlying IP protocols). By default the lookup is done via all protocols suitable for the lookup. If used, limits the set of protocols that may be used. Use this option multiple times to enable resolving via multiple protocols at the same time. The setting <literal>llmnr</literal> is identical to specifying this switch once with |