.\" 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_SYSCTL_TABLE" "" "06 October 2005" "" ""
.SH NAME
unregister_sysctl_table \- unregister a sysctl table hierarchy
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void unregister_sysctl_table (struct ctl_table_header * \fIheader\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIheader\fB\fR
the header returned from register_sysctl_table
.SH "DESCRIPTION"
.PP
Unregisters the sysctl table and all children. proc entries may not
actually be removed until they are no longer used by anyone.