.\" 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 "PANIC" "9" "09 October 2005" "" ""
.SH NAME
panic \- halt the system
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
NORET_TYPE void panic (const char * \fIfmt\fB, \fI\&...\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfmt\fB\fR
The text string to print
.TP
\fB\fI\&...\fB\fR
variable arguments
.SH "DESCRIPTION"
.PP
Display a message, then perform cleanups.
.PP
This function never returns.