From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id A2E925A0267; Thu, 27 Oct 2022 14:29:02 +0200 (CEST) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH] passt.1: Fix typo: "addressses", reported by Lintian Date: Thu, 27 Oct 2022 14:29:02 +0200 Message-Id: <20221027122902.2309157-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: G57I2OVB4NYSPHLNNC3A7VWGNHHOWSME X-Message-ID-Hash: G57I2OVB4NYSPHLNNC3A7VWGNHHOWSME X-MailFrom: sbrivio@passt.top 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 X-Mailman-Version: 3.3.3 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: Signed-off-by: Stefano Brivio --- passt.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passt.1 b/passt.1 index d121050..2c93907 100644 --- a/passt.1 +++ b/passt.1 @@ -718,7 +718,7 @@ root@localhost's password: .SH NOTES -.SS Handling of traffic with local destination and source addressses +.SS Handling of traffic with local destination and source addresses Both \fBpasst\fR and \fBpasta\fR can bind on ports with a local address, depending on the configuration. Local destination or source addresses need to be -- 2.35.1