.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "UNREGISTER_NETDEVICE_NOTIFIER" "9" "09 October 2005" "" ""
.SH NAME
unregister_netdevice_notifier \- unregister a network notifier block
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int unregister_netdevice_notifier (struct notifier_block * \fInb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInb\fB\fR
notifier
.SH "DESCRIPTION"
.PP
Unregister a notifier previously registered by
\fBregister_netdevice_notifier\fR\&. The notifier is unlinked into the
kernel structures and may then be reused. A negative errno code
is returned on a failure.