unlink.2: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-06-12 10:31:38 +02:00 committed by Michael Kerrisk
parent a0df596de3
commit 75ec634383
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ unlink, unlinkat \- delete a name and possibly the file it refers to
.PP
.BI "int unlink(const char *" pathname );
.PP
.BR "#include <fcntl.h> " "/* Definition of AT_* constants */"
.BR "#include <fcntl.h> " "/* Definition of " AT_* " constants */"
.B #include <unistd.h>
.PP
.BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );