From: Yu Watanabe Date: Tue, 8 May 2018 03:09:31 +0000 (+0900) Subject: man: add missing 'query' command in examples of resolvectl X-Git-Tag: v239~294^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b088e905f7634f8f3b9d6495f7bfd7db61eaaba6;p=thirdparty%2Fsystemd.git man: add missing 'query' command in examples of resolvectl --- diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 96b3e8dad31..7f981ac327f 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -370,7 +370,7 @@ Retrieve the addresses of the <literal>www.0pointer.net</literal> domain - $ resolvectl www.0pointer.net + $ resolvectl query www.0pointer.net www.0pointer.net: 2a01:238:43ed:c300:10c3:bcf3:3266:da74 85.214.157.71 @@ -382,7 +382,7 @@ www.0pointer.net: 2a01:238:43ed:c300:10c3:bcf3:3266:da74 Retrieve the domain of the <literal>85.214.157.71</literal> IP address - $ resolvectl 85.214.157.71 + $ resolvectl query 85.214.157.71 85.214.157.71: gardel.0pointer.net -- Information acquired via protocol DNS in 1.2997s. @@ -393,7 +393,7 @@ www.0pointer.net: 2a01:238:43ed:c300:10c3:bcf3:3266:da74 Retrieve the MX record of the <literal>yahoo.com</literal> domain - $ resolvectl -t MX yahoo.com --legend=no + $ resolvectl --legend=no -t MX query yahoo.com yahoo.com. IN MX 1 mta7.am0.yahoodns.net yahoo.com. IN MX 1 mta6.am0.yahoodns.net yahoo.com. IN MX 1 mta5.am0.yahoodns.net