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=g6PdbQtU; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id ADE155A0262 for ; Thu, 17 Oct 2024 07:33:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1729143191; bh=hyBJOth7zV2hKhis0NtxonJyXxSmEIvApcV7Y8szTxw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=g6PdbQtUvCSoSNjtXtTCxYNQPrtHrN0wNARr/bScCiJhmjnY0393PM/GA3iPCWsvS FpdM3+7E+NL1MNrNpZdqhq9qCwBqf02ZDZxGiVgkAeglKwhWgprivTjMls38GFr9PB sXGtlw5AKhOeQGKxheE4JkITibJYK80EFYlkXDtHPwtmYhZZBKQZFWP+qi18DUETHx cDAPjJtfw3j23KG1tpUQoF9FTDDdpKj1uSHk48BD5uCtpTab5sH/OcX3O4tur5tPuu EDAzY1FoRq1I/5Xgbj9LYZ6CKUsy8xfEQFrSCOszuSymiLWGHbnsA/izCARUMNGATQ wkSWJVMm0azOA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XTc1g025bz4x5M; Thu, 17 Oct 2024 16:33:10 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH v4 4/7] passt.1: Mark --stderr as deprecated more prominently Date: Thu, 17 Oct 2024 16:33:01 +1100 Message-ID: <20241017053304.909386-5-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241017053304.909386-1-david@gibson.dropbear.id.au> References: <20241017053304.909386-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: GBIIYIYSUQZSU7LKH52Q3N73POZTXMYJ X-Message-ID-Hash: GBIIYIYSUQZSU7LKH52Q3N73POZTXMYJ 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