File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 961961\item put maximum of \emph {\texttt {bufsz } } bytes from the symlink target path
962962to \texttt {\emph {buf } }
963963\item returns the number of bytes written to \texttt {\emph {buf } }.
964- \item \texttt {\emph {buf } } is \emsl {not} terminated by \verb #'\0' #
964+ \item The path written to \texttt {\emph {buf } } is \emsl {not} terminated
965+ by \verb #'\0' #
965966\end {itemize }
966967\end {slide }
967968
971972\item Calling \texttt {unlink } on a hardlink will not release the file data if
972973other hardlinks exists. You can delete the symlink's target in which case you
973974end up with a \emph {broken link }.
974- \item \texttt {readlink } is useful in the situation where you want to \texttt { unlink }
975- the symlink's target.
975+ \item \texttt {readlink } is useful in the situation where you want to
976+ \texttt { unlink } the symlink's target.
976977\item \emph {\texttt {bufsz } } is typically set as 1 byte less than the buffer
977978size to accommodate the terminating \texttt {NULL } character.
978979\item See \example {readlink/readlink.c} and fix the problem therein.
You can’t perform that action at this time.
0 commit comments