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:
Bruce Evans 1999-12-23 17:42:10 +00:00
parent 31f698b8ca
commit c1ab0cfd47

View File

@ -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