aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:51:22 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:51:22 +0000
commitfdc196f51f0b65b8da9f1b1f6acc57995a8f6858 (patch)
tree7cf175966789dd898031370f2d6c8acaf9305fa4 /man7/unix.7
parentb14d4aa5b88ad73faab7da19682606c6af8adf79 (diff)
downloadman-pages-fdc196f51f0b65b8da9f1b1f6acc57995a8f6858.tar.gz
uid --> UID
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.78
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