diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-05 20:19:17 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-05 20:19:17 +0000 |
| commit | a19b251fd50b027bd2b422dce924b67c047fcc7d (patch) | |
| tree | 192849793640c47d5a31d17e7f470c7069b4371f /man2/path_resolution.2 | |
| parent | adf0b5b47aec9f1911cf1f229723661f05e4f863 (diff) | |
| download | man-pages-a19b251fd50b027bd2b422dce924b67c047fcc7d.tar.gz | |
Minor wording changes
Diffstat (limited to 'man2/path_resolution.2')
| -rw-r--r-- | man2/path_resolution.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/path_resolution.2 b/man2/path_resolution.2 index 1be844a371..397fea4772 100644 --- a/man2/path_resolution.2 +++ b/man2/path_resolution.2 @@ -174,7 +174,8 @@ NFS server at a time when processes could send a signal to a process with the same effective user ID. It is obsolete now. Nobody should use .BR setfsuid (2).) -Similarly, Linux uses the fsgid instead of the effective group ID. See +Similarly, Linux uses the fsgid ("file system group ID") +instead of the effective group ID. See .BR setfsgid (2). .\" FIXME say something about filesystem mounted read-only ? @@ -185,7 +186,7 @@ user ID 0) is all-powerful, and bypasses all permissions restrictions when accessing files. .\" (but for exec at least one x bit must be set) -- AEB .\" but there is variation across systems on this point: for -.\" example, .\" HP-UX and Tru64 are as described by AEB. However, +.\" example, HP-UX and Tru64 are as described by AEB. However, .\" on some implementations (e.g., Solaris, FreeBSD), .\" access(X_OK) by superuser will report success, regardless .\" of the file's execute permission bits. -- MTK (Oct 05) |
