delete_module.2: SEE ALSO: Add modprobe(8)

Reported-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-24 14:43:49 +02:00
parent c470e180cf
commit eceb82f70d
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.TH DELETE_MODULE 2 2012-10-18 "Linux" "Linux Programmer's Manual" .TH DELETE_MODULE 2 2012-10-24 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
delete_module \- unload a kernel module delete_module \- unload a kernel module
.SH SYNOPSIS .SH SYNOPSIS
@ -204,4 +204,5 @@ currently explained in this manual page.
.BR init_module (2), .BR init_module (2),
.BR query_module (2), .BR query_module (2),
.BR lsmod (8), .BR lsmod (8),
.BR modprobe (8),
.BR rmmod (8) .BR rmmod (8)