1. Catch up with the move of the declaration of panic() from <sys/param.h>

back to <sys/systm.h>.
2. Remove hard sentence breaks.

Reminded by:	Stefan Farfeleder <stefan@fafoe.narf.at> (1)
This commit is contained in:
bde 2003-10-17 06:25:37 +00:00
parent 29c05d8a9b
commit ecd5e24d19

View File

@ -38,17 +38,20 @@
.Nm panic
.Nd bring down system on fatal error
.Sh SYNOPSIS
.In sys/param.h
.In sys/types.h
.In sys/systm.h
.Ft void
.Fn panic "const char *fmt" ...
.Sh DESCRIPTION
The
.Fn panic
function terminates the running system. The message
function terminates the running system.
The message
.Fa fmt
is a
.Xr printf 3
style format string. The message is printed to the console and the location
style format string.
The message is printed to the console and the location
.Fa panicstr
is set to the address of the message text for retrieval from the OS
core dump.