From b5e6ef465469b2a7db73be05e5487176c0534cc1 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 16 Mar 2026 16:46:26 +1100 Subject: doc: Fix formatting of (DEPRECATED) notes in man page Some places where we note command line options as (DEPRECATED) are missing a space between the option name itself and the tag. Correct them. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- passt.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passt.1 b/passt.1 index e52364f..13e8df9 100644 --- a/passt.1 +++ b/passt.1 @@ -454,7 +454,7 @@ chosen for the hypervisor UNIX domain socket. No socket is created if not in \-\-vhost-user mode. .TP -.BR \-\-migrate-exit (DEPRECATED) +.BR \-\-migrate-exit " " (DEPRECATED) Exit after a completed migration as source. By default, \fBpasst\fR keeps running and the migrated guest can continue using its connection, or a new guest can connect. @@ -465,7 +465,7 @@ legacy behaviour. If you have any use for this, refer to \fBREPORTING BUGS\fR below. .TP -.BR \-\-migrate-no-linger (DEPRECATED) +.BR \-\-migrate-no-linger " " (DEPRECATED) Close TCP sockets on the source instance once migration completes. By default, sockets are kept open, and events on data sockets are ignored, so -- cgit v1.2.3