]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
init_module.2: Add LIBRARY section
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 12 Sep 2021 12:46:53 +0000 (14:46 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Fri, 25 Feb 2022 15:33:03 +0000 (16:33 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/init_module.2

index 7d6be0eb5f145c78136b17a5deeefe4a6383de9f..2af0953a7d884a53b50204462a803e58ded6f908 100644 (file)
@@ -7,6 +7,9 @@
 .TH INIT_MODULE 2 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 init_module, finit_module \- load a kernel module
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .BR "#include <linux/module.h>" "    /* Definition of " MODULE_* " constants */"