From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202408 header.b=bC9aioXR; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id BBA4B5A004C for ; Tue, 01 Oct 2024 08:25:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202408; t=1727763903; bh=/1OO6FTYldOGd43mbAhO+FdHHNFtrpEVdZqH7UXqE1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bC9aioXR/FSGBd1pME7H/gNFdCiGvdm0TBcK55yuh+wImi5o1324+T1eElC0zPrPJ x/0+xSFFQlTtPedOeK3PPmr9NMY+0Ik0dRm1cO5AFa8mpO9dAJEsznANUa4QJIpGqs ffpRrtQFE6ocMye0jIoXKl3aIKDsE8SfaIH3c4A53J49IsqIMedD/BKwfQJzrSI66R vUlnBwi6//Qp3Gpsh3hI/9zuXSJU9BQxZ78/90DK2M1LMQt8QaM2dkKIgsoBnKQcJT 7ikap5UzI0jEhRWP2nM0G+svFzFNpTYXcYr+wn3H5lLDMe3EvzbCqyPoUX9hLs2Apw OLW8MwMHIsNEA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XHnwv5vvqz4wx5; Tue, 1 Oct 2024 16:25:03 +1000 (AEST) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH v2 1/4] passt.1: Mark --stderr as deprecated more prominently Date: Tue, 1 Oct 2024 16:24:59 +1000 Message-ID: <20241001062502.1345449-2-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241001062502.1345449-1-david@gibson.dropbear.id.au> References: <20241001062502.1345449-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: WXRBJCH7WPYKQ5T5ZIACRXTP6QFEYCJH X-Message-ID-Hash: WXRBJCH7WPYKQ5T5ZIACRXTP6QFEYCJH X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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 --- passt.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passt.1 b/passt.1 index 79d134d..acc1f92 100644 --- a/passt.1 +++ b/passt.1 @@ -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 -- 2.46.2