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=202410 header.b=TDyhUHW9; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 6829D5A0262 for ; Fri, 18 Oct 2024 03:36:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1729215357; bh=hyBJOth7zV2hKhis0NtxonJyXxSmEIvApcV7Y8szTxw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TDyhUHW9x8U4rSq9WlMq4kyOcY6M1xNoCC9rbi2Id95C46aCziJyBODb54cl9FgAa rvBzraFKlLWc8w5wxIk9jxQhHkq05wbDLDaSPZq8cSEBrSYH/IGTnJDu3Tq0sIsSug AZYvLUwfm77wuopWZh7QTxi34je5SXY/ZAMb8X0Dvst5mJPxas7ymNWmlJKcP1G2Qc JB9EI3IcOBOtlWaCPOY7OXvub7YkbqM7y+efy5sPqDvcU4cCFZn5ZXWirVHwLy9ynH A9a7Pr7JPTkr4AKHll4+DF57q17yNo2maU22DURwr71aZsxrrVNz42QMsl8DE9ajs3 mzYLHU/u4fZ3A== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XV6jT1rdkz4wxm; Fri, 18 Oct 2024 12:35:57 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH v5 4/7] passt.1: Mark --stderr as deprecated more prominently Date: Fri, 18 Oct 2024 12:35:53 +1100 Message-ID: <20241018013556.1266295-5-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241018013556.1266295-1-david@gibson.dropbear.id.au> References: <20241018013556.1266295-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 7FTMYDUG3BKCAETX5HTFINRPUKAOFPHK X-Message-ID-Hash: 7FTMYDUG3BKCAETX5HTFINRPUKAOFPHK 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 ef33267..c573788 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.47.0