From 40eee9fe09a19c4497276a423a2ea0a3e8ac3abb Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Tue, 18 Jan 2005 01:27:44 +0000 Subject: [PATCH] S_ISVTX -> S_ISTXT to reflect the code. --- share/man/man8/sticky.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8 index cbf886d890e..fdff63e5336 100644 --- a/share/man/man8/sticky.8 +++ b/share/man/man8/sticky.8 @@ -41,7 +41,7 @@ .Sh DESCRIPTION A special file mode, called the .Em sticky bit -(mode S_ISVTX), +(mode S_ISTXT), is used to indicate special treatment for directories. It is ignored for regular files.