]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
userfaultfd.2: Add LIBRARY section
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 11 Sep 2021 13:45:25 +0000 (15:45 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Fri, 25 Feb 2022 15:33:02 +0000 (16:33 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/userfaultfd.2

index a1e08c5c264cb7d1f279cacc83737c6aae2f93be..c3f7ee8e2ba2848517a40b2c468c72bf2537a9d1 100644 (file)
@@ -7,6 +7,9 @@
 .TH USERFAULTFD 2 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 userfaultfd \- create a file descriptor for handling page faults in user space
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .BR "#include <fcntl.h>" "            /* Definition of " O_* " constants */"