From 9fcfc0470df856c870dcfc6df78bfbc714da6bd2 Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Tue, 29 Jun 2021 06:29:53 -0400 Subject: Add systemd-resolve backwards compatibility section to resolvectl docs --- man/resolvectl.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man/resolvectl.xml') diff --git a/man/resolvectl.xml b/man/resolvectl.xml index b9c4d1d768..16c6b0c5b7 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -19,6 +19,7 @@ resolvectl resolvconf + systemd-resolve Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services; introspect and reconfigure the DNS resolver @@ -472,6 +473,18 @@ for details on those command line options. + + Backwards compatibility with <command>systemd-resolve</command> + + resolvectl is a multi-call binary, which previously was named systemd-resolve + and used slightly different parameters. When it is invoked as systemd-resolve + (generally achieved by means of a symbolic link of this name to the resolvectl binary), + it runs in compatibility mode. For details on the specific parameters and calling syntax, see the output from + systemd-resolve --help. Calling the binary as systemd-resolve is + deprecated and should only be done for backwards compatibility. All current and new use should call the binary + as resolvectl. + + Examples -- cgit v1.2.1