From 98038e985575cb1545567a207d0e4bd0dfdbdffa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Oct 2012 13:56:32 +0200 Subject: [PATCH] delete_module.2: SEE ALSO: add rmmod(8) Signed-off-by: Michael Kerrisk --- man2/delete_module.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/delete_module.2 b/man2/delete_module.2 index 90c9d7e9a..115c24cc5 100644 --- a/man2/delete_module.2 +++ b/man2/delete_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH DELETE_MODULE 2 2006-02-09 "Linux" "Linux Programmer's Manual" +.TH DELETE_MODULE 2 2012-10-08 "Linux" "Linux Programmer's Manual" .SH NAME delete_module \- delete a loadable module entry .SH SYNOPSIS @@ -54,4 +54,5 @@ is Linux-specific. .SH "SEE ALSO" .BR create_module (2), .BR init_module (2), -.BR query_module (2) +.BR query_module (2), +.BR rmmod (8)