summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-06-09 20:53:00 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-06-09 20:53:00 +0000
commit17f47987b310e271085d794060a17c585b86a799 (patch)
tree4221b0b8a274ee6f5c6c945c109c7cf4c149c631
parentb86759fd0f96c02b0a6e02c1be5f6b9299304fb0 (diff)
Notes
-rw-r--r--lib/libc/sys/chmod.211
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 10751583b6c6..f07e93369fa1 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -88,17 +88,12 @@ defined in
#define S_ISUID 0004000 /* set user id on execution */
#define S_ISGID 0002000 /* set group id on execution */
-#define S_ISVTX 0001000 /* save swapped text even after use */
+#define S_ISVTX 0001000 /* sticky bit */
.Ed
.Pp
-The
+The FreeBSD VM system totally ignores the sticky bit (
.Dv ISVTX
-(the
-.Em sticky bit )
-indicates to the system which executable files are shareable (the
-default) and the system maintains the program text of the files
-in the swap area. The sticky bit may only be set by the super user
-on shareable executable files.
+) for executables.
.Pp
If mode
.Dv ISVTX