gid --> GID

This commit is contained in:
Michael Kerrisk 2005-07-18 15:54:49 +00:00
parent fdc196f51f
commit e75a454257
5 changed files with 8 additions and 8 deletions

View File

@ -238,7 +238,7 @@ soft resource limit (see
.BR setrlimit (2)).
.TP
.B EOVERFLOW
\fBIPC_STAT\fP is attempted, and the gid or uid value
\fBIPC_STAT\fP is attempted, and the GID or UID value
is too large to be stored in the structure pointed to by
.IR buf .
.TP

View File

@ -348,7 +348,7 @@ e000 S_IFWHT w% 160000 BSD whiteout (not used for inode)
On non-directories: don't cache this file (SunOS)
On directories: restricted deletion flag (SVID-v4.2)
0400 S_ISGID 002000 set group ID on execution (V7)
for directories: use BSD semantics for propagation of gid
for directories: use BSD semantics for propagation of GID
0400 S_ENFMT 002000 SysV file locking enforcement (shared with S_ISGID)
0800 S_ISUID 004000 set-user-ID on execution (V7)
0800 S_CDF 004000 directory is a context dependent file (HP-UX)

View File

@ -93,7 +93,7 @@ The \fIgroup\fP structure is defined in \fI<grp.h>\fP as follows:
struct group {
char *gr_name; /* group name */
char *gr_passwd; /* group password */
gid_t gr_gid; /* group id */
gid_t gr_gid; /* group ID */
char **gr_mem; /* group members */
};
.fi

View File

@ -55,7 +55,7 @@ struct passwd {
char *pw_name; /* user name */
char *pw_passwd; /* user password */
uid_t pw_uid; /* user ID */
gid_t pw_gid; /* group id */
gid_t pw_gid; /* group ID */
char *pw_gecos; /* real name */
char *pw_dir; /* home directory */
char *pw_shell; /* shell program */

View File

@ -57,19 +57,19 @@ system header file, includes the following members:
.sp
.B
ushort cuid;
/* creator user id */
/* creator user ID */
.br
.B
ushort cgid;
/* creator group id */
/* creator group ID */
.br
.B
ushort uid;
/* owner user id */
/* owner user ID */
.br
.B
ushort gid;
/* owner group id */
/* owner group ID */
.br
.B
ushort mode;