diff --git a/man7/unix.7 b/man7/unix.7 index cbc0b314d..a4e0ad1c9 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -369,6 +369,7 @@ For more information, see .B SCM_RIGHTS Send or receive a set of open file descriptors from another process. The data portion contains an integer array of the file descriptors. +.IP Commonly, this operation is referred to as "passing a file descriptor" to another process. However, more accurately,