From 99d52ab51fc02942f951891fbafcaf7ca5ad1dd0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 15 May 2025 09:06:52 +0200 Subject: [PATCH] man: don't claim REMOTE_PORT= was initialized to the protocol for AF_RAW sockets This claim has no basis in reality, not even in the original commit where the sentence was added this was true, see 3b1c524154c876aecebc98787975cc2943100210. Hence removing. --- man/systemd.socket.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index f20c5fc2ef..acec1f1047 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -426,8 +426,7 @@ For IPv4 and IPv6 connections, the $REMOTE_ADDR environment variable will contain the remote IP address, and $REMOTE_PORT will contain the remote port. This - is the same as the format used by CGI. For SOCK_RAW, the port is the IP - protocol. + is the same as the format used by CGI. For AF_UNIX socket connections, the $REMOTE_ADDR environment variable will contain either the remote socket's file system path starting with a slash