summaryrefslogtreecommitdiffstats
path: root/patches/procps-3.2.8/0005-10_ps.1.patch
blob: 6cc3657b04471398832c8f588c321e45e3b9b4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
From bc20fbffd9fd7f94ef02ad570dd697c4b6b75a16 Mon Sep 17 00:00:00 2001
From: http://ftp.de.debian.org/debian/pool/main/p/procps/procps_3.2.8-8.debian.tar.gz <info@debian.org>
Date: Fri, 19 Mar 2010 21:58:45 +0100
Subject: [PATCH 05/70] 10_ps.1

pri field explained
--no-heading comment is an alias for --no-headers
Removed setproctitle(1) reference
Bug-Debian: http://bugs.debian.org/465761
Bug-Debian: http://bugs.debian.org/529045
---
 ps/ps.1 |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/ps/ps.1 b/ps/ps.1
index 64953d5..0f896bf 100644
--- a/ps/ps.1
+++ b/ps/ps.1
@@ -18,19 +18,13 @@
 .nh
 .if n .ss 12 0
 .\"
-.\" See /usr/share/groff/current/tmac/an-old.tmac for what these do.
-.\" Setting them to zero provides extra space, but only do that for
-.\" plain text output. PostScript and such will remain indented.
-.if n .nr IN 0n
-.if n .nr an-prevailing-indent 0n
-.\"
 .\"
 .\" ColSize is used for the format spec table.
 .\" It's the left margin, minus the right, minus
 .\" the space needed for the 1st two columns.
 .\" Making it messy: inches, ens, points, scaled points...
 .\"
-.nr ColSize ((\n(.lu-\n(.iu/\n(.Hu-20u)n)
+.nr ColSize ((\n(.lu-\n(.iu/\n(.Hu-26u)n)
 .\"
 .\" This is for command options
 .nr OptSize (16u)
@@ -499,7 +493,7 @@ parent process repeatedly forks off short\-lived children to do work.
 .opt c
 Show the true command name. This is derived from the name of the
 executable file, rather than from the argv value. Command arguments
-and any modifications to them (see\ \fIsetproctitle\fR(3)) are
+and any modifications to them  are
 thus not shown. This option
 effectively turns the \fBargs\fR format keyword into the \fBcomm\fR
 format keyword; it is useful with the \fB\-f\fR format option and with
@@ -588,7 +582,8 @@ ASCII art process tree
 repeat header lines, one per page of output
 
 .opt \-\-no\-headers
-print no header line at all
+print no header line at all. \-\-no\-heading is an alias for this
+option.
 
 .opt \-\-lines \ n
 set screen height
@@ -1159,6 +1154,10 @@ ppid	PPID	T{
 parent process ID.
 T}
 
+pri	PRI	T{
+priority of the process. Higher number means lower priority
+T}
+
 psr	PSR	T{
 processor that process is currently assigned to.
 T}
-- 
1.7.0