Module Name:    src
Committed By:   martin
Date:           Thu Jan 12 08:46:49 UTC 2017

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
Try to document the new "show vnode_lock" command.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/share/man/man4/ddb.4

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/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.164 src/share/man/man4/ddb.4:1.165
--- src/share/man/man4/ddb.4:1.164	Tue Dec 27 21:54:50 2016
+++ src/share/man/man4/ddb.4	Thu Jan 12 08:46:49 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.164 2016/12/27 21:54:50 pgoyette Exp $
+.\"	$NetBSD: ddb.4,v 1.165 2017/01/12 08:46:49 martin Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd December 28, 2016
+.Dd January 12, 2017
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -758,6 +758,12 @@ Print the vnode at
 If
 .Cm /f
 is specified, the complete vnode is printed.
+.It Ic show vnode_lock Ns Oo Cm /f Oc Ar address
+Print the vnode which has it's lock at
+.Ar address .
+If
+.Cm /f
+is specified, the complete vnode is printed.
 .It Ic show watches
 Display all watchpoints.
 .It Ic sifting Ns Oo Cm /F Oc Ar string

Reply via email to