From: Christopher Head Date: Tue, 10 Feb 2026 01:22:12 +0000 (-0800) Subject: Fix order of class/type in resolve man page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae4aa26c181cf20c9e613074d2e47ddf58dd82d;p=thirdparty%2Fsystemd.git Fix order of class/type in resolve man page For each RR `ResolveRecord` returns, it returns the class before the type, not after. --- diff --git a/man/org.freedesktop.resolve1.xml b/man/org.freedesktop.resolve1.xml index 16133e1bebb..a1240cbe801 100644 --- a/man/org.freedesktop.resolve1.xml +++ b/man/org.freedesktop.resolve1.xml @@ -292,7 +292,7 @@ node /org/freedesktop/resolve1 { (no IDNA conversion is applied), followed by the 16-bit class and type fields (which may be ANY). Finally, a flags field may be passed in to alter behaviour of the look-up (see below). On completion, an array of RR items is returned. Each array entry consists of the network interface - index the RR was discovered on, the type and class field of the RR found, and a byte array of the raw + index the RR was discovered on, the class and type field of the RR found, and a byte array of the raw RR discovered. The raw RR data starts with the RR's domain name, in the original casing, followed by the RR type, class, TTL and RDATA, in the binary format documented in RFC 1035. For RRs that support name