readlink.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:40:48 +10:00
parent a467eeaa1d
commit d1e268dbb7
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ argument.
The following program allocates the buffer needed by
.BR readlink ()
dynamically from the information provided by
.BR lstat (),
.BR lstat (2),
making sure there's no race condition between the calls.
.nf