Fixed bitrot in synopsis. The prototype for panic() was moved to
<sys/param.h>, but the #includes weren't adjusted here.
This commit is contained in:
parent
31f698b8ca
commit
c1ab0cfd47
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user