Skip to content

Commit 4ef87b8

Browse files
author
Vladimir Kotal
committed
match the name of argument in the prototype
1 parent d1f7507 commit 4ef87b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
end up with a \emph{broken link}.
974974
\item \texttt{readlink} is useful in the situation where you want to \texttt{unlink}
975975
the symlink's target.
976-
\item \emph{\texttt{bufsize}} is typically set as 1 byte less than the buffer
976+
\item \emph{\texttt{bufsz}} is typically set as 1 byte less than the buffer
977977
size to accommodate the terminating \texttt{NULL} character.
978978
\item See \example{readlink/readlink.c} and fix the problem therein.
979979
\end{itemize}

0 commit comments

Comments
 (0)