diff options
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index d0435900fa..803379ffac 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -134,9 +134,9 @@ ancillary message. .nf .ta 4n 11n 17n struct ucred { - pid_t pid; /* process id of the sending process */ - uid_t uid; /* user id of the sending process */ - gid_t gid; /* group id of the sending process */ + pid_t pid; /* process ID of the sending process */ + uid_t uid; /* user ID of the sending process */ + gid_t gid; /* group ID of the sending process */ }; .fi .RE @@ -148,7 +148,7 @@ The sender must specify its own process ID (unless it has the capability .BR CAP_SYS_ADMIN ), its user ID, effective user ID or set user ID (unless it has .BR CAP_SETUID ), -and its group id, effective group ID or set group ID (unless it has +and its group ID, effective group ID or set group ID (unless it has .BR CAP_SETGID ). To receive a .B struct ucred |
