From 98262a61b27d60c15ad38cc591e743a6f5684be4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Wed, 26 Feb 2025 10:45:20 +0100 Subject: [PATCH] docs: formatdomain: fix typo in passt section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A mismatch in backticks happened. Fixes: a47a89a9d335c111a9c2fbb3f4e1c3a13001e74b Reported-by: Yalan Zhang Signed-off-by: Ján Tomko --- docs/formatdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index fdb3c2459e..cbe378e61d 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -5170,7 +5170,7 @@ values for both of these, or you can use the ```` element configure one IPv4 and one IPv6 address that passt's DHCP server can provide to the guest. -Unlike SLIRP, when no ``` address is specified, passt will by +Unlike SLIRP, when no ```` address is specified, passt will by default provide the guest with an IP address, DNS server, etc. that are identical to those settings on the host itself (through the magic of the proxies and a separate network namespace, this doesn't create -- 2.47.3