summaryrefslogtreecommitdiffstats
path: root/share/man/man9/panic.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:42:10 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:42:10 +0000
commitbd797bef3388dcd9fc6c569958246a948a9f2f7d (patch)
treeef1f1b0184c65648879d282aa16d26abaff594f5 /share/man/man9/panic.9
parentc7f1fcb7e2c1ad0022cf6a8d7d25bd5e36bac7e0 (diff)
downloadFreeBSD-src-bd797bef3388dcd9fc6c569958246a948a9f2f7d.zip
FreeBSD-src-bd797bef3388dcd9fc6c569958246a948a9f2f7d.tar.gz
Fixed bitrot in synopsis. The prototype for panic() was moved to
<sys/param.h>, but the #includes weren't adjusted here.
Diffstat (limited to 'share/man/man9/panic.9')
-rw-r--r--share/man/man9/panic.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9
index 3018388..3b1ebf9 100644
--- a/share/man/man9/panic.9
+++ b/share/man/man9/panic.9
@@ -38,8 +38,7 @@
.Nm panic
.Nd Bring down system on fatal error
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/systm.h>
+.Fd #include <sys/param.h>
.Ft void
.Fn panic "const char *fmt, ..."
.Sh DESCRIPTION
OpenPOWER on IntegriCloud