diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2026-03-16 16:46:26 +1100 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-03-16 23:34:30 +0100 |
| commit | b5e6ef465469b2a7db73be05e5487176c0534cc1 (patch) | |
| tree | 9c46d2aa7cd544f0bf9f53dc731fcf1d5e9a3de2 | |
| parent | 744d6df27d6003346e7f1553d3712cc25e907933 (diff) | |
| download | passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar.gz passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar.bz2 passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar.lz passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar.xz passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.tar.zst passt-b5e6ef465469b2a7db73be05e5487176c0534cc1.zip | |
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 <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
| -rw-r--r-- | passt.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
