Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Update the list of options that enable the "s...



details:   https://anonhg.NetBSD.org/src/rev/c7dc8bb9c4f7
branches:  trunk
changeset: 820053:c7dc8bb9c4f7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Dec 27 21:54:17 2016 +0000

description:
Update the list of options that enable the "show kernhist" command, and
restructure a bit.

diffstat:

 share/man/man4/ddb.4 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r a89f6d778849 -r c7dc8bb9c4f7 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Tue Dec 27 21:52:35 2016 +0000
+++ b/share/man/man4/ddb.4      Tue Dec 27 21:54:17 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.162 2016/12/26 23:12:33 pgoyette Exp $
+.\"    $NetBSD: ddb.4,v 1.163 2016/12/27 21:54:17 pgoyette Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -744,14 +744,14 @@
 .It Ic show kernhist Oo Ar addr Oc
 Dumps all the kernel histories if no address is specified, or the history
 at the address.
-This command is available only if a kernel is compiled with
-.Cd options KERNHIST
+This command is available only if a kernel is compiled with one or more
+of the kernel history options
+.Cd KERNHIST ,
+.Cd SYSCALL_DEBUG ,
+.Cd USB_DEBUG ,
+.Cd BIOHIST ,
 or
-.Cd options USB_DEBUG
-(or related options) or
-.Cd options BIOHIST
-or
-.Cd options UVMHIST .
+.Cd UVMHIST .
 .It Ic show vnode Ns Oo Cm /f Oc Ar address
 Print the vnode at
 .Ar address .



Home | Main Index | Thread Index | Old Index