Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 add vpanic



details:   https://anonhg.NetBSD.org/src/rev/6fdfbcaacb6a
branches:  trunk
changeset: 769996:6fdfbcaacb6a
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 29 20:55:49 2011 +0000

description:
add vpanic

diffstat:

 share/man/man9/Makefile |   5 +++--
 share/man/man9/panic.9  |  10 +++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 2c002aaaa57d -r 6fdfbcaacb6a share/man/man9/Makefile
--- a/share/man/man9/Makefile   Thu Sep 29 20:53:30 2011 +0000
+++ b/share/man/man9/Makefile   Thu Sep 29 20:55:49 2011 +0000
@@ -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 @@
        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+=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
 
diff -r 2c002aaaa57d -r 6fdfbcaacb6a share/man/man9/panic.9
--- a/share/man/man9/panic.9    Thu Sep 29 20:53:30 2011 +0000
+++ b/share/man/man9/panic.9    Thu Sep 29 20:55:49 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index