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=kkR5368a; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 7450F5A004F for ; Wed, 02 Oct 2024 07:48:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202408; t=1727848112; bh=/1OO6FTYldOGd43mbAhO+FdHHNFtrpEVdZqH7UXqE1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kkR5368ai2ZQZE7OvoExyC4uEv8CLnciVesXeEuY/grbPfphoaOr7ufyIPAoKnAor 3IYqmGiWfO1gfTVqPAdAzTMBoMw3iMZtU9bHlv0ZfixJsXI7mgh/SNl6SKWEi0XJOR b/9LQd88ecZrkMJhg0/NYwLoF+uU54D43iP1UcQOf0Q7HU/l1BXB1KX6+MSDbforIX aL50tWUqN1gxVfdMr/96imhkeWWi9K44K5wpkCkO8CqBNUx5apeWPKUApyZ6Ku8GYX PFVlDyPcsrTnAWi3n+x5yCuFzRpzE0GJOTiNl6doSx+iqRkC2YQUpW+4119STWGl/6 2sok+kkneJmWA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XJP4J5p3hz4wd6; Wed, 2 Oct 2024 15:48:32 +1000 (AEST) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH v3 1/4] passt.1: Mark --stderr as deprecated more prominently Date: Wed, 2 Oct 2024 15:48:23 +1000 Message-ID: <20241002054826.1812844-2-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241002054826.1812844-1-david@gibson.dropbear.id.au> References: <20241002054826.1812844-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: L3TD3FPW7F6T2DXE2MTG7BSVNZDJOWPD X-Message-ID-Hash: L3TD3FPW7F6T2DXE2MTG7BSVNZDJOWPD 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