Source-Changes-HG archive

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

[src/trunk]: src/bin/ps correct the description of paddr



details:   https://anonhg.NetBSD.org/src/rev/51d4f0078da3
branches:  trunk
changeset: 512077:51d4f0078da3
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed Jul 04 20:49:00 2001 +0000

description:
correct the description of paddr

diffstat:

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

diffs (20 lines):

diff -r 84c84ca8097d -r 51d4f0078da3 bin/ps/ps.1
--- a/bin/ps/ps.1       Wed Jul 04 20:42:02 2001 +0000
+++ b/bin/ps/ps.1       Wed Jul 04 20:49:00 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ps.1,v 1.42 2001/01/15 21:02:58 christos Exp $
+.\"    $NetBSD: ps.1,v 1.43 2001/07/04 20:49:00 sommerfeld Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -479,7 +479,9 @@
 .It p_ru
 resource usage (valid only for zombie)
 .It paddr
-swap address
+kernel virtual address of the 
+.Tn "struct proc" 
+belonging to the process.
 .It pagein
 pageins (same as majflt)
 .It pgid



Home | Main Index | Thread Index | Old Index