Module Name: src Committed By: christos Date: Thu Sep 29 20:55:49 UTC 2011
Modified Files: src/share/man/man9: Makefile panic.9 Log Message: add vpanic To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/share/man/man9/Makefile cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/panic.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.351 src/share/man/man9/Makefile:1.352 --- src/share/man/man9/Makefile:1.351 Wed Sep 28 06:55:48 2011 +++ src/share/man/man9/Makefile Thu Sep 29 16:55:49 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.351 2011/09/28 10:55:48 jruoho Exp $ +# $NetBSD: Makefile,v 1.352 2011/09/29 20:55:49 christos Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -53,7 +53,7 @@ MAN= accept_filter.9 accf_data.9 accf_ht uiomove.9 ucom.9 userret.9 \ vattr.9 veriexec.9 vcons.9 vfs.9 vfs_hooks.9 vfsops.9 vfssubr.9 \ video.9 vme.9 \ - vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 \ + vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 vpanic.9 \ ubc.9 usbdi.9 uvm.9 uvm_km.9 uvm_map.9 vmem.9 \ wdc.9 workqueue.9 \ wscons.9 wsdisplay.9 wsfont.9 wskbd.9 wsmouse.9 \ @@ -941,6 +941,7 @@ MLINKS+=wsmouse.9 wsmouse_input.9 \ MLINKS+=xcall.9 xc_broadcast.9 \ xcall.9 xc_unicast.9 \ xcall.9 xc_wait.9 +MLINKS+=panic.9 vpanic.9 SUBDIR= man9.i386 man9.sun3 man9.x86 Index: src/share/man/man9/panic.9 diff -u src/share/man/man9/panic.9:1.19 src/share/man/man9/panic.9:1.20 --- src/share/man/man9/panic.9:1.19 Mon Nov 30 20:33:25 2009 +++ src/share/man/man9/panic.9 Thu Sep 29 16:55:49 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: panic.9,v 1.19 2009/12/01 01:33:25 explorer Exp $ +.\" $NetBSD: panic.9,v 1.20 2011/09/29 20:55:49 christos Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 12, 2009 +.Dd September 29, 2011 .Dt PANIC 9 .Os .Sh NAME @@ -37,11 +37,15 @@ .In sys/types.h .In sys/systm.h .Ft void +.Fn vpanic "const char *fmt" "va_list ap" +.Ft void .Fn panic "const char *fmt" "..." .Sh DESCRIPTION The .Fn panic -function terminates the +and +.Fn vpanic +functions terminate the .Nx system. The message