Skip to content

Commit f1940b4

Browse files
author
Vladimir Kotal
committed
sys/stat.h
1 parent eb3f5ba commit f1940b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

file-api.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
whatever is on the stack or CPU register. Both flags and mode are stored in the
127127
system file table, see page \pageref{OPENFILETABLES}.
128128
\item Macros for use with \emph{mode} can be usually found in the manual page
129-
for \texttt{chmod(2)}, and you can find them also in the \texttt{stat.h} header
130-
file (or in another file included from it) where the standard requires them to
131-
be.
129+
for \texttt{chmod(2)}, and you can find them also in the \texttt{sys/stat.h}
130+
header file (or in another file included from it) where the standard requires
131+
them to be.
132132
\item A no longer needed slot in the file descriptor or system file table is
133133
zeroed out before its reuse.
134134
\item There are other flags as well:
@@ -1160,7 +1160,7 @@
11601160

11611161
\begin{itemize}
11621162
\item The \emph{mode} parameter does not contain the file type, of course. See
1163-
\texttt{stat.h} or the \texttt{chmod(2)} manual page for available bit
1163+
\texttt{sys/stat.h} or the \texttt{chmod(2)} manual page for available bit
11641164
masks.
11651165
\item Only the owner of a file can change its mode. Mode like
11661166
\texttt{rw-rw-rw-} has nothing to do with that.

0 commit comments

Comments
 (0)