]> granicus.if.org Git - procps-ng/commitdiff
ps: correct some man document deficiencies/aberrations
authorJim Warner <james.warner@comcast.net>
Sat, 24 May 2014 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Tue, 27 May 2014 20:53:19 +0000 (06:53 +1000)
. a 'space' misinterpreted as the continuation request
. continuation character, resulting in a concatenation
. 2 missing fields inadvertently omitted from man page

Reference(s):
. bug report regarding missing fields
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/115016

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/ps.1

diff --git a/ps/ps.1 b/ps/ps.1
index 90f12acb34feb9ec2ea1c59361703c4788fe08cd..e8269bd30229ed713b5998ca58878519b5ba1cf3 100644 (file)
--- a/ps/ps.1
+++ b/ps/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 "December 2011" "procps-ng" "User Commands"
+.TH PS 1 "May 2014" "procps-ng" "User Commands"
 .\"
 .\" To render this page:
 .\"    groff -t -b -man -X -P-resolution -P100 -Tps ps.1 &
@@ -254,7 +254,7 @@ Select by session OR by effective group name.  Selection by session is
 specified by many standards, but selection by effective group is the logical
 behavior that several other operating systems use.  This
 .B ps
-will select by session when the list is completely numeric (as\ sessions\
+will select by session when the list is completely numeric (as sessions
 are).  Group ID numbers will work only when some group names are also
 specified.  See the
 .B \-s
@@ -1188,6 +1188,11 @@ cumulative CPU time, "[DD\-]hh:mm:ss" format.  (alias
 .BR time ).
 T}
 
+drs    DRS     T{
+data resident set size, the amount of physical memory devoted to other than
+executable code.
+T}
+
 egid   EGID    T{
 effective group ID number of the process as a decimal integer.  (alias
 .BR gid ).
@@ -1470,7 +1475,7 @@ and the field width permits, or a decimal representation otherwise.
 T}
 
 rss    RSS     T{
-resident set size, the non\-swapped physical memory that a task has used (in\
+resident set size, the non\-swapped physical memory that a task has used (in
 kiloBytes).  (alias
 .BR rssize , \ rsz ).
 T}
@@ -1706,6 +1711,10 @@ ID of the foreground process group on the tty (terminal) that the process is
 connected to, or \-1 if the process is not connected to a tty.
 T}
 
+trs    TRS     T{
+text resident set size, the amount of physical memory devoted to executable code.
+T}
+
 tt     TT      T{
 controlling tty (terminal).  (alias
 .BR tname , \ tty ).