summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-10-17 06:25:37 +0000
committerbde <bde@FreeBSD.org>2003-10-17 06:25:37 +0000
commitecd5e24d196c17e5c53be35fa4fac9e0d6fd1215 (patch)
tree3502ae17513351a1f416ca31d4da7e598893b257 /share
parent29c05d8a9be4aa0fd6a6547fc436f4f6e4213cfe (diff)
downloadFreeBSD-src-ecd5e24d196c17e5c53be35fa4fac9e0d6fd1215.zip
FreeBSD-src-ecd5e24d196c17e5c53be35fa4fac9e0d6fd1215.tar.gz
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)
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/panic.99
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9
index 44333c3..44439dd 100644
--- a/share/man/man9/panic.9
+++ b/share/man/man9/panic.9
@@ -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.
OpenPOWER on IntegriCloud