This commit is contained in:
Michael Kerrisk 2008-06-26 13:38:01 +00:00
parent b818c6776e
commit e6e731d1f4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ For example, if there were a symbolic link
which pointed to a file named
.IR afile ,
the system call
.I "open("slink" ...\&)"
.I "open(""slink"" ...\&)"
would return a file descriptor referring to the file
.IR afile .