diff options
Diffstat (limited to 'man7/inode.7')
| -rw-r--r-- | man7/inode.7 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man7/inode.7 b/man7/inode.7 index c97fb6ab30..dc2c38d1df 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -426,6 +426,10 @@ 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 +POSIX.1-2008. +.SH HISTORY +POSIX.1-2001. +.PP POSIX.1-1990 did not describe the .BR S_IFMT , .BR S_IFSOCK , @@ -441,16 +445,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 |
