]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
link.2: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Oct 2020 06:47:15 +0000 (08:47 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Oct 2020 06:47:15 +0000 (08:47 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/link.2

index 11d8cbae017bd96defd1300eb7b5e75d3b918e56..1e7b2efd81789d47da381a0e669b1ad236168c93 100644 (file)
@@ -310,7 +310,11 @@ An attempt was made to link to the
 .I /proc/self/fd/NN
 file corresponding to a file descriptor created with
 .IP
-    open(path, O_TMPFILE | O_EXCL, mode);
+.in +4n
+.EX
+open(path, O_TMPFILE | O_EXCL, mode);
+.EE
+.in
 .IP
 See
 .BR open (2).