diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-18 15:51:22 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-18 15:51:22 +0000 |
| commit | fdc196f51f0b65b8da9f1b1f6acc57995a8f6858 (patch) | |
| tree | 7cf175966789dd898031370f2d6c8acaf9305fa4 /man7/unix.7 | |
| parent | b14d4aa5b88ad73faab7da19682606c6af8adf79 (diff) | |
| download | man-pages-fdc196f51f0b65b8da9f1b1f6acc57995a8f6858.tar.gz | |
uid --> UID
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 |
