diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-28 11:09:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-28 12:30:44 +0200 |
| commit | 7df0e773c70c8d9ae21e8d6347c8c6a3934de614 (patch) | |
| tree | e5ea1dabb1bb5447f0d6c0828993acb7b3880154 /man7/unix.7 | |
| parent | 94950b9a685443299409fe82b0464d4982667f33 (diff) | |
| download | man-pages-7df0e773c70c8d9ae21e8d6347c8c6a3934de614.tar.gz | |
unix.7: wfix: s/foreign process/peer process/
The more common parlance these days is, I think, "peer".
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 742b6bac18..2fae520e75 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 |
