]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: update comments to mention resolvectl
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 May 2018 07:39:36 +0000 (16:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 May 2018 08:10:15 +0000 (17:10 +0900)
src/resolve/resolv.conf
src/resolve/resolvconf-compat.c
src/resolve/resolved-resolv-conf.c

index 34a6b9257f02c8fecea5193b99c319fd166c778e..ffc460dbf298a61660cdaee6ed84fcd527fa3c8e 100644 (file)
@@ -4,7 +4,7 @@
 # internal DNS stub resolver of systemd-resolved. This file lists no search
 # domains.
 #
-# Run "systemd-resolve --status" to see details about the uplink DNS servers
+# Run "resolvectl status" to see details about the uplink DNS servers
 # currently in use.
 #
 # Third party programs must not access this file directly, but only through the
index a6b327e2f0ee466b3b4201cbb7ccad151c27d6aa..d7e68003e688aedef2e1616b455a56b71380de21 100644 (file)
@@ -27,7 +27,7 @@ static void resolvconf_help(void) {
                "  -f            Ignore if specified interface does not exist\n"
                "  -x            Send DNS traffic preferably over this interface\n"
                "\n"
-               "This is a compatibility alias for the systemd-resolve(1) tool, providing native\n"
+               "This is a compatibility alias for the resolvectl(1) tool, providing native\n"
                "command line compatibility with the resolvconf(8) tool of various Linux\n"
                "distributions and BSD systems. Some options supported by other implementations\n"
                "are not supported and are ignored: -m, -p. Various options supported by other\n"
index 4626eb4da79f49547a9e442559b641628deb0888..b0942b701ce115769bf656c559c669c9eb031b63 100644 (file)
@@ -268,7 +268,7 @@ static int write_stub_resolv_conf_contents(FILE *f, OrderedSet *dns, OrderedSet
                        "# internal DNS stub resolver of systemd-resolved. This file lists all\n"
                        "# configured search domains.\n"
                        "#\n"
-                       "# Run \"systemd-resolve --status\" to see details about the uplink DNS servers\n"
+                       "# Run \"resolvectl status\" to see details about the uplink DNS servers\n"
                        "# currently in use.\n"
                        "#\n"
                        "# Third party programs must not access this file directly, but only through the\n"