From: Michael Kerrisk Date: Fri, 16 Oct 2020 06:47:15 +0000 (+0200) Subject: link.2: ffix X-Git-Tag: man-pages-5.09~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02667b1ee5483a025929532f001af8aeace1be62;p=thirdparty%2Fman-pages.git link.2: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man2/link.2 b/man2/link.2 index 11d8cbae01..1e7b2efd81 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -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).