summaryrefslogtreecommitdiffstats
path: root/man7/inode.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/inode.7')
-rw-r--r--man7/inode.725
1 files changed, 5 insertions, 20 deletions
diff --git a/man7/inode.7 b/man7/inode.7
index 307c62d8c..3cbdeeead 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH inode 7 2023-02-05 "Linux man-pages 6.03"
+.TH inode 7 2023-07-30 "Linux man-pages 6.05.01"
.SH NAME
inode \- file inode information
.SH DESCRIPTION
@@ -345,8 +345,6 @@ the file mode component of the
.I st_mode
field:
.in +4n
-.nh
-.ad l
.TS
lB l lx.
S_ISUID 04000 T{
@@ -398,8 +396,6 @@ S_IXOTH 00001 T{
others have execute permission
T}
.TE
-.ad
-.hy
.in
.PP
The set-group-ID bit
@@ -426,17 +422,9 @@ in that directory can be renamed or deleted only by the owner
of the file, by the owner of the directory, and by a privileged
process.
.SH STANDARDS
-If you need to obtain the definition of the
-.I blkcnt_t
-or
-.I blksize_t
-types from
-.IR <sys/stat.h> ,
-then define
-.B _XOPEN_SOURCE
-with the value 500 or greater (before including
-.I any
-header files).
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.PP
POSIX.1-1990 did not describe the
.BR S_IFMT ,
@@ -453,16 +441,13 @@ constants, but instead specified the use of
the macros
.BR S_ISDIR ()
and so on.
-The
-.B S_IF*
-constants are present in POSIX.1-2001 and later.
.PP
The
.BR S_ISLNK ()
and
.BR S_ISSOCK ()
macros were not in
-POSIX.1-1996, but both are present in POSIX.1-2001;
+POSIX.1-1996;
the former is from SVID 4, the latter from SUSv2.
.PP
UNIX\ V7 (and later systems) had