delete_module.2: Add missing include

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-04-04 13:58:25 +02:00 committed by Michael Kerrisk
parent 1e145f150d
commit 43be8898c2
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
delete_module \- unload a kernel module
.SH SYNOPSIS
.nf
.BR "#include <fcntl.h>" " /* Definition of " O_* " constants */"
.PP
.BI "int delete_module(const char *" name ", unsigned int " flags );
.fi
.PP