- Documenting the 't' process state code in the ps manual (#946864)

This commit is contained in:
Jaromir Capik 2014-04-08 16:01:52 +02:00
parent a1a1eac515
commit cabaa682b9
2 changed files with 21 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: System and process monitoring utilities
Name: procps-ng
Version: 3.3.9
Release: 7%{?dist}
Release: 8%{?dist}
License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
Group: Applications/System
URL: https://sourceforge.net/projects/procps-ng/
@ -18,6 +18,7 @@ Patch3: watch-fd-leak.patch
Patch4: vmstat-format-security.patch
Patch5: subtract-shmem-from-cached.patch
Patch6: sysctl-linelen-signed.patch
Patch7: ps-man-tracing.patch
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -88,6 +89,7 @@ System and process monitoring utilities development headers
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
@ -157,6 +159,9 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
%{_includedir}/proc
%changelog
* Tue Apr 08 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-8
- Documenting the 't' process state code in the ps manual (#946864)
* Fri Mar 14 2014 Jaromir Capik <jcapik@redhat.com> - 3.3.9-7
- Fixing sysctl line length limit (#1071530)

15
ps-man-tracing.patch Normal file
View File

@ -0,0 +1,15 @@
diff -Naur procps-ng-3.3.9.orig/ps/ps.1 procps-ng-3.3.9/ps/ps.1
--- procps-ng-3.3.9.orig/ps/ps.1 2013-11-25 10:55:25.000000000 +0100
+++ procps-ng-3.3.9/ps/ps.1 2014-04-08 15:47:51.743268372 +0200
@@ -849,7 +849,10 @@
interruptible sleep (waiting for an event to complete)
.TP
T
-stopped, either by a job control signal or because it is being traced
+stopped by job control signal
+.TP
+t
+stopped by debugger during the tracing
.TP
W
paging (not valid since the 2.6.xx kernel)