stat.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 22:00:46 +02:00
parent 58441c4fc0
commit f6eae219d9
1 changed files with 2 additions and 2 deletions

View File

@ -710,7 +710,7 @@ POSIX.1-1990 did not describe the
.BR S_IFCHR ,
.BR S_IFIFO ,
.B S_ISVTX
constants, but instead demanded the use of
constants, but instead specified the use of
the macros
.BR S_ISDIR (),
and so on.
@ -722,7 +722,7 @@ The
.BR S_ISLNK ()
and
.BR S_ISSOCK ()
macros are not in
macros were not in
POSIX.1-1996, but both are present in POSIX.1-2001;
the former is from SVID 4, the latter from SUSv2.
.LP