Re: [PATCH 7/7] docs/system: clean-up formatting of virtio-net-failover

2025-07-10 Thread Manos Pitsidianakis
On Thu, Jul 10, 2025 at 1:46 PM Alex Bennée wrote: > > We didn't clean-up the rst formatting when we moved this into the > docs so lets do that now: > > - un-indent the usage/hotplug/migration paragraphs > - properly wrap the command line fragments in code-block > - highlight parameters in text

[PATCH 7/7] docs/system: clean-up formatting of virtio-net-failover

2025-07-10 Thread Alex Bennée
We didn't clean-up the rst formatting when we moved this into the docs so lets do that now: - un-indent the usage/hotplug/migration paragraphs - properly wrap the command line fragments in code-block - highlight parameters in text with ``double quotes`` No changes to the actual text. Signed-o