summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Janis Robert König <ljrk@ljrk.org>2023-01-15 15:37:49 +1100
committerCraig Small <csmall@dropbear.xyz>2023-01-15 15:37:49 +1100
commitd70879fb9c223d0a5d08db4cca96b5bcf1a33386 (patch)
tree4afdcbed72c28aa49edeac98d3c6962492fc32de
parent7b0c87f095bcc84906ef659d08e0fdd32d81d62b (diff)
downloadprocps-ng-d70879fb9c223d0a5d08db4cca96b5bcf1a33386.tar.gz
docs: Update drs description in ps.1 from top.1
References: procps-ng/procps!156
-rw-r--r--NEWS1
-rw-r--r--man/ps.112
2 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7cc2096..019f1db 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ procps-ng-NEXT
* docs: Don't install English manpages twice
* pgrep: Add -H match on userspace signal handler merge #165
* ps: c flag shows command name again Debian #1026326
+ * ps.1: Match drs description from top.1 merge #156
* skill: Match on -p again Debian #1025915
* top: E/P-core toggle ('5' key) added to help
* vmstat: Referesh memory statistics Debian #1027963
diff --git a/man/ps.1 b/man/ps.1
index 39c8c94..545f49b 100644
--- a/man/ps.1
+++ b/man/ps.1
@@ -4,7 +4,7 @@
.\" Quick hack conversion by Albert Cahalan, 1998.
.\" Licensed under version 2 of the Gnu General Public License.
.\"
-.TH PS "1" "2022-12-12" "procps-ng" "User Commands"
+.TH PS "1" "2023-01-15" "procps-ng" "User Commands"
.\"
.\" To render this page:
.\" groff -t -b -man -X -P-resolution -P100 -Tps ps.1 &
@@ -1240,8 +1240,14 @@ The CPU utilization of a process in an extended "##.###" format.
T}
drs DRS T{
-data resident set size, the amount of physical memory devoted to other than
-executable code.
+data resident set size, the amount of private memory \fIreserved\fR by a process.
+It is also known as DATA. Such memory may not yet be mapped to
+.B rss
+but will always be included
+included in the
+.B vsz
+amount.
+
T}
egid EGID T{