diff options
author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 17:42:10 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 17:42:10 +0000 |
commit | c1ab0cfd47e8c7c1359b165aa5c5efc11f4f5ce8 (patch) | |
tree | 8d2525a1da03bd027479151fac06a979155a7be8 /share/man/man9/panic.9 | |
parent | 31f698b8cabd2576393d80b5be99f509b7ba92af (diff) |
Fixed bitrot in synopsis. The prototype for panic() was moved to
<sys/param.h>, but the #includes weren't adjusted here.
Notes
Notes:
svn path=/head/; revision=55052
Diffstat (limited to 'share/man/man9/panic.9')
-rw-r--r-- | share/man/man9/panic.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9 index 30183888f737..3b1ebf97eb5e 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 |