From 7df0e773c70c8d9ae21e8d6347c8c6a3934de614 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 28 Jul 2018 11:09:13 +0200 Subject: [PATCH] unix.7: wfix: s/foreign process/peer process/ The more common parlance these days is, I think, "peer". Signed-off-by: Michael Kerrisk --- man7/unix.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/unix.7 b/man7/unix.7 index 742b6bac1..2fae520e7 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -304,7 +304,7 @@ See .BR socket (7). .TP .B SO_PEERCRED -Return the credentials of the foreign process connected to this socket. +Return the credentials of the peer process connected to this socket. This is possible only for connected .B AF_UNIX stream sockets and