From ba82da3bb547bb2db1b8637a4a9c4a8c69f7fb6d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 4 Feb 2015 21:06:36 -0500 Subject: resolve-host: add option to list protocols --- man/systemd-resolve.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index fc06b9ec26..546054a403 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -101,7 +101,8 @@ done, and a hostname is retrieved for the specified addresses. The switch may be used to specify a DNS resource record type (A, AAAA, SOA, MX, ...) in - order to request a specific DNS resource record, instead of the address or reverse address lookups. + order to request a specific DNS resource record, instead of the address or reverse address lookups. + The special value help may be used to list known values. The switch may be used to resolve SRV and llmnr is identical to specifying this switch once with llmnr-ipv4 and once via llmnr-ipv6. Note that this option does not force the service to resolve the operation with the specified protocol, as that might require a suitable network - interface and configuration. + interface and configuration. + The special value help may be used to list known values. + @@ -168,7 +171,9 @@ Specifies the DNS resource record type (e.g. A, AAAA, MX, …) and class (e.g. IN, ANY, …) to look up. If these options are used a DNS resource record set matching the specified class and type is - requested. The class defaults to IN if only a type is specified. + requested. The class defaults to IN if only a type is specified. + The special value help may be used to list known values. + -- cgit v1.2.3-54-g00ecf