diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /share/man/man8/sticky.8 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'share/man/man8/sticky.8')
-rw-r--r-- | share/man/man8/sticky.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8 index ae8152bc55c..1bdefd657ed 100644 --- a/share/man/man8/sticky.8 +++ b/share/man/man8/sticky.8 @@ -68,7 +68,7 @@ options of the loader .Xr ld 1 . .Pp -Only the super-user can set the sticky bit +Only the superuser can set the sticky bit on a sharable executable file. .Sh STICKY DIRECTORIES A directory whose `sticky bit' is set @@ -77,7 +77,7 @@ a directory in which the deletion of files is restricted. A file in a sticky directory may only be removed or renamed by a user if the user has write permission for the directory and the user is the owner of the file, the owner of the directory, -or the super-user. +or the superuser. This feature is usefully applied to directories such as .Pa /tmp which must be publicly writable but |