mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
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:
parent
6989c456b3
commit
e8b6bb6f87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121151
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user