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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user