Module Name: src
Committed By: jym
Date: Sun Oct 23 22:02:45 UTC 2011
Modified Files:
src/share/man/man4: ddb.4
Log Message:
ps/l shows LWP name, not command name.
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 src/share/man/man4/ddb.4:1.147
--- src/share/man/man4/ddb.4:1.146 Sun Oct 23 13:20:59 2011
+++ src/share/man/man4/ddb.4 Sun Oct 23 22:02:45 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.146 2011/10/23 13:20:59 jym Exp $
+.\" $NetBSD: ddb.4,v 1.147 2011/10/23 22:02:45 jym Exp $
.\"
.\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -584,7 +584,7 @@ LWPs currently running on a CPU are mark
.It Cm /l
show each LWP ID, process ID, process status, CPU ID the LWP runs on,
process flags, kernel virtual address of LWP structure,
-command name and wait channel message.
+LWP name and wait channel message.
LWPs currently running on a CPU are marked with the '\&>' sign.
This is the default.
.El