diff mbox series

[RFC,v3,07/17] delete_module.2: wfix

Message ID 20210313192526.350200-8-alx.manpages@gmail.com
State New
Headers show
Series [RFC] execve.2: SYNOPSIS: Document both glibc wrapper and kernel sycalls | expand

Commit Message

Alejandro Colomar March 13, 2021, 7:25 p.m. UTC
Use the same wording as in delete_module(2) for this special case.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man2/delete_module.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/man2/delete_module.2 b/man2/delete_module.2
index cb78cf484..50921d7ba 100644
--- a/man2/delete_module.2
+++ b/man2/delete_module.2
@@ -31,7 +31,7 @@  delete_module \- unload a kernel module
 .fi
 .PP
 .IR Note :
-There is no glibc wrapper for this system call; see NOTES.
+No declaration of this system call is provided in glibc headers; see NOTES.
 .SH DESCRIPTION
 The
 .BR delete_module ()