We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e4174 commit 65acae6Copy full SHA for 65acae6
file-api.tex
@@ -967,7 +967,7 @@
967
\item The shell command \texttt{ln} uses either the \texttt{symlink} or
968
\texttt{link} syscall depending on whether the \texttt{-s} option was used.
969
\item Calling \texttt{unlink} on a hardlink will not release the file data if
970
-other hardlinks exists. You can delete the symlink's target in which case you
+other hardlinks exist. You can delete the symlink's target in which case you
971
end up with a \emph{broken link}.
972
\item \texttt{readlink} is useful in the situation where you want to
973
\texttt{unlink} the symlink's target.
0 commit comments