diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-10-18 12:35:53 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-10-18 20:27:54 +0200 |
commit | ef8a5161d0d83193cadc965f6a8951fe92659996 (patch) | |
tree | 1cb767cfca249d2d6014b284bad5e88cac029820 | |
parent | 53176ca91d176ea15d8abf3b1429e43bc93e516c (diff) | |
download | passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar.gz passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar.bz2 passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar.lz passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar.xz passt-ef8a5161d0d83193cadc965f6a8951fe92659996.tar.zst passt-ef8a5161d0d83193cadc965f6a8951fe92659996.zip |
passt.1: Mark --stderr as deprecated more prominently
The description of this option says that it's deprecated, but unlike
--no-copy-addrs and --no-copy-routes it doesn't have a clear label. Add
one to make it easier to spot.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | passt.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ detached PID namespace after starting, because the PID itself cannot change. Default is to fork into background. .TP -.BR \-e ", " \-\-stderr +.BR \-e ", " \-\-stderr " " (DEPRECATED) This option has no effect, and is maintained for compatibility purposes only. Note that this configuration option is \fBdeprecated\fR and will be removed in a |