diff options
author | Daniel Mack <github@zonque.org> | 2016-02-19 15:52:43 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-19 15:52:43 +0100 |
commit | 6f5ea43f9bab0caa577fb47cac889ba607d20569 (patch) | |
tree | 6190aa8529bd08a2a081656e225b9645ad52e2f4 | |
parent | a972e1e0b3af9dbe490c6433322c635d9e5ad875 (diff) | |
parent | de2645af05cf55a7853650aceb6e93bc584710b0 (diff) |
Merge pull request #2668 from samueltardieu/systemd-resolve-manual-typo
Fix typo in systemd-resolve 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 |