]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
link.2: ffix
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 10 May 2021 17:55:25 +0000 (19:55 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 11 May 2021 05:18:08 +0000 (17:18 +1200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/link.2

index 611cd6c13f28b17e614fa04af0622507f2b51d84..c285ae8962974a42b6ba997c1d8a9deae3ae2382 100644 (file)
@@ -38,7 +38,7 @@ link, linkat \- make a new name for a file
 .PP
 .BI "int link(const char *" oldpath ", const char *" newpath );
 .PP
-.BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
+.BR "#include <fcntl.h>           " "/* Definition of " AT_* " constants */"
 .B #include <unistd.h>
 .PP
 .BI "int linkat(int " olddirfd ", const char *" oldpath ,