diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
commit | a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch) | |
tree | 41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /test/dopanic.8 |
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'test/dopanic.8')
-rw-r--r-- | test/dopanic.8 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/dopanic.8 b/test/dopanic.8 new file mode 100644 index 0000000..edc1725 --- /dev/null +++ b/test/dopanic.8 @@ -0,0 +1,33 @@ +.TH DOPANIC 8 "Version 1.0: 28 Feb 2007" +.SH NAME +dopanic \- kernel module to cause a panic +.SH SYNOPSIS +.B "insmod ./dopanic.ko" + +.SH DESCRIPTION +dopanic is a Linux kernel module that calls panic when it is loaded. + +This can be used to test the CONFIG_IPMI_PANIC_STRING feature in +the OpenIPMI driver. + +.SH "SEE ALSO" +pefconfig(8) showsel(8) + +.SH WARNINGS +Be sure to sync your filesystem before using this module. +See http://ipmiutil.sourceforge.net/ for the latest version and any bug fix list. + +.SH COPYRIGHT +Copyright (C) 2007 Intel Corp. +.PP +See the file COPYING in the distribution for more details +regarding redistribution. +.PP +This utility is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY. + +.SH AUTHOR +.PP +Andy Cress <arcress at users.sourceforge.net> +.br + |