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
---
passt.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/passt.1 b/passt.1
index e52364f3..13e8df9d 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
--
2.53.0