delete_module.2: SEE ALSO: add rmmod(8)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-08 13:56:32 +02:00
parent a439440e16
commit 98038e9855
1 changed files with 3 additions and 2 deletions

View File

@ -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)