aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-08 13:56:32 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-18 15:05:25 +0200
commit98038e985575cb1545567a207d0e4bd0dfdbdffa (patch)
treee94071d75a8e158837f0bc632b69748c3b159e91 /man2
parenta439440e16d6ce8fa84bdae3662bfbe6f64effb9 (diff)
downloadman-pages-98038e985575cb1545567a207d0e4bd0dfdbdffa.tar.gz
delete_module.2: SEE ALSO: add rmmod(8)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/delete_module.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/delete_module.2 b/man2/delete_module.2
index 90c9d7e9a3..115c24cc51 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)