.TH "unregister_sysctl_table" 9 "unregister_sysctl_table" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME unregister_sysctl_table \- unregister a sysctl table hierarchy .SH SYNOPSIS .B "void" unregister_sysctl_table .BI "(struct ctl_table_header *" header ");" .SH ARGUMENTS .IP "header" 12 the header returned from register_sysctl_table .SH "DESCRIPTION" Unregisters the sysctl table and all children. proc entries may not actually be removed until they are no longer used by anyone.