panic.9 (c1ab0cfd47e8c7c1359b165aa5c5efc11f4f5ce8) panic.9 (d0353b836e88609b9400851d32e0aa6645ff9be3)
1.\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $
2.\"
3.\" Copyright (c) 1996 Michael Graff.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 26 unchanged lines hidden (view full) ---

35.Dt PANIC 9
36.Os
37.Sh NAME
38.Nm panic
39.Nd Bring down system on fatal error
40.Sh SYNOPSIS
41.Fd #include <sys/param.h>
42.Ft void
1.\" $NetBSD: panic.9,v 1.2 1996/10/09 17:20:04 explorer Exp $
2.\"
3.\" Copyright (c) 1996 Michael Graff.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 26 unchanged lines hidden (view full) ---

35.Dt PANIC 9
36.Os
37.Sh NAME
38.Nm panic
39.Nd Bring down system on fatal error
40.Sh SYNOPSIS
41.Fd #include <sys/param.h>
42.Ft void
43.Fn panic "const char *fmt, ..."
43.Fn panic "const char *fmt" ...
44.Sh DESCRIPTION
45The
46.Fn panic
47function terminates the running system. The message
48.Fa fmt
49is a
50.Xr printf 3
51style format string. The message is printed to the console and the location

--- 16 unchanged lines hidden ---
44.Sh DESCRIPTION
45The
46.Fn panic
47function terminates the running system. The message
48.Fa fmt
49is a
50.Xr printf 3
51style format string. The message is printed to the console and the location

--- 16 unchanged lines hidden ---