Source-Changes-HG archive

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

[src/netbsd-3]: src/bin/ps Pull up following revision(s) (requested by chs in...



details:   https://anonhg.NetBSD.org/src/rev/2d8bcae1db4f
branches:  netbsd-3
changeset: 577486:2d8bcae1db4f
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 12 22:14:21 2005 +0000

description:
Pull up following revision(s) (requested by chs in ticket #953):
        bin/ps/ps.1: revision 1.72
add "uaddr" and improve text for "laddr".

diffstat:

 bin/ps/ps.1 |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 75c2231e3da5 -r 2d8bcae1db4f bin/ps/ps.1
--- a/bin/ps/ps.1       Fri Nov 11 22:15:44 2005 +0000
+++ b/bin/ps/ps.1       Sat Nov 12 22:14:21 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ps.1,v 1.71 2004/12/29 08:48:09 skrll Exp $
+.\"    $NetBSD: ps.1,v 1.71.2.1 2005/11/12 22:14:21 tron Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ps.1       8.3 (Berkeley) 4/18/94
 .\"
-.Dd December 29, 2004
+.Dd November 11, 2005
 .Dt PS 1
 .Os
 .Sh NAME
@@ -499,9 +499,9 @@
 .It ktracep
 tracing vnode
 .It laddr
-kernel virtual address of a
+kernel virtual address of the
 .Tn "struct lwp"
-belonging to the process.
+belonging to the LWP.
 .It lid
 ID of the LWP
 .It lim
@@ -616,6 +616,10 @@
 control terminal name (two letter abbreviation)
 .It tty
 full name of control terminal
+.It uaddr
+kernel virtual address of the
+.Tn "struct user"
+belonging to the LWP.
 .It ucomm
 name to be used for accounting
 .It uid



Home | Main Index | Thread Index | Old Index