From dc9706d87a4162c7c8f74a5895a557d259313702 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Mar 2018 10:42:20 +0000 Subject: [PATCH] Improve wording. Fix a Cm argument. --- share/man/man4/ddb.4 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index d2c1af3bf977..fc6bc42e115e 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ddb.4,v 1.176 2018/03/16 04:44:51 ozaki-r Exp $ +.\" $NetBSD: ddb.4,v 1.177 2018/03/16 10:42:20 wiz Exp $ .\" .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -250,7 +250,7 @@ is taken to be 1 for printing commands, and infinity for stack traces. .Pp The syntax: .Bd -ragged -offset indent -.Cm , Ns Ar count +.Cm \&, Ns Ar count .Ed .Pp repeats the previous command, just as a blank line does, but with @@ -560,8 +560,8 @@ for more information on callouts. Display details information about all active locks. If .Cm /t -is specified, stack traces of LWPs holding locks are printed additionally. -This command is useful only if a kernel is compiled with +is specified, stack traces of LWPs holding locks are also printed. +This command is only useful if a kernel is compiled with .Cd options LOCKDEBUG . .It Ic show all pages Display basic information about all physical pages managed by the VM system. @@ -655,11 +655,11 @@ be displayed. .It Ic show lock Ar address Display information about a lock at .Ar address . -This command is useful only if a kernel is compiled with +This command is only useful if a kernel is compiled with .Cd options LOCKDEBUG . .It Ic show lockstat -Display information about statistics of locks. -This command is useful only if a kernel is compiled with +Display information about lock statistics. +This command is only useful if a kernel is compiled with .Cd options LOCKDEBUG . .It Ic show map Ns Oo Cm /f Oc Ar address Print the vm_map at