[PATCH v5 12/35] delete_module.2: Add missing include
Michael Kerrisk (man-pages)
mtk.manpages@gmail.com
Mon Apr 5 10:48:48 GMT 2021
Hi ALex,
On 4/4/21 1:58 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
> ---
> man2/delete_module.2 | 2 ++
> 1 file changed, 2 insertions(+)
Patch applied.
Thanks,
Michael
>
> diff --git a/man2/delete_module.2 b/man2/delete_module.2
> index bb0a812a6..174ef04d2 100644
> --- a/man2/delete_module.2
> +++ b/man2/delete_module.2
> @@ -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
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
More information about the Libc-alpha
mailing list