minor wording change.

This commit is contained in:
Michael Kerrisk 2008-01-09 09:41:21 +00:00
parent 98518ca0a3
commit eacd521cd9
1 changed files with 2 additions and 3 deletions

View File

@ -85,10 +85,9 @@ the Linux behavior depends on the kernel version.
.\" In Linux 2.0 kernels, superuser was like everyone else .\" In Linux 2.0 kernels, superuser was like everyone else
.\" In 2.2, up to 2.2.12, these bits were not cleared for superuser. .\" In 2.2, up to 2.2.12, these bits were not cleared for superuser.
.\" Since 2.2.13, superuser is once more like everyone else. .\" Since 2.2.13, superuser is once more like everyone else.
In case of a non-group-executable file (with clear In case of a non-group-executable file (i.e., one for which the
.B S_IXGRP .B S_IXGRP
bit) bit is not set) the
the
.B S_ISGID .B S_ISGID
bit indicates mandatory locking, and is not cleared by a bit indicates mandatory locking, and is not cleared by a
.BR chown (). .BR chown ().