]> granicus.if.org Git - procps-ng/commitdiff
docs: with systemd now in library, remember openproc.3
authorJim Warner <james.warner@comcast.net>
Thu, 17 Jul 2014 15:10:10 +0000 (10:10 -0500)
committerJaromir Capik <jcapik@redhat.com>
Fri, 18 Jul 2014 18:49:57 +0000 (20:49 +0200)
[ plus remove just a little darn trailing whitespace ]

Reference(s):
. systemd migrated to library
commit 9d8ad6419f9f16978b7e9e769b7acb085f317058
. added library documentation
commit a74fb8fade82ad624703bb1bc7395cf0aacaeaa9

Signed-off-by: Jim Warner <james.warner@comcast.net>
create-man-pot.sh
man-po/Makefile.am
proc/openproc.3

index c7e30008dd4af2efefbe01e08350a3dad92dc4c3..bc2a201827c6b98aaf81816b97236e78497806b3 100755 (executable)
@@ -29,13 +29,13 @@ po4a-updatepo -f man -m ${SRCDIR}/free.1 \
                      -m ${SRCDIR}/w.1 \
                      -m ${SRCDIR}/watch.1 \
                      -p man-po/template-man.pot
-                     
+
 po4a-updatepo -f man -m ${SRCDIR}/ps/ps.1 \
                      -p man-po/template-man-ps.pot
 
 po4a-updatepo -f man -m ${SRCDIR}/top/top.1 \
                      -p man-po/template-man-top.pot
 
-# Rename the file according to the version of your (pre-release) tarball.                     
+# Rename the file according to the version of your (pre-release) tarball.
 # Send the new file together with a link to the tarball to the TP coordinators:
 # <coordinator@translationproject.org>
index 949c75f053b8aa938ade7e55d7f95592d292a3f2..032b2842cbf9e0ce5a104a19e4ef658a5503202b 100644 (file)
@@ -19,7 +19,7 @@ MAN_PAGES = free.1 kill.1 pgrep.1 pidof.1 pkill.1 pmap.1 pwdx.1 skill.1 slabtop.
            sysctl.8 vmstat.8
 man1_pages := $(foreach man,$(filter %.1, $(MAN_PAGES)), man1/$(man))
 man5_pages := $(foreach man,$(filter %.5, $(MAN_PAGES)), man5/$(man))
-man8_pages := $(foreach man,$(filter %.8, $(MAN_PAGES)), man8/$(man)) 
+man8_pages := $(foreach man,$(filter %.8, $(MAN_PAGES)), man8/$(man))
 
 man_pages = $(man1_pages) $(man8_pages)
 
index 6e3711966e86d532af35f4ae7029c277b86dbdc0..31942ca03f3e9b3241206187329ed31a409062cb 100644 (file)
@@ -40,7 +40,7 @@ closes all files opened by
 .B openproc
 and deallocates the memory allocated by
 .B openproc.
+
 The PROCTAB structure is defined in
 .I <proc/readproc.h>
 .RE
@@ -120,6 +120,9 @@ fill in proc_t oom_score and oom_adj
 .B "PROC_FILLNS"
 fill in proc_t namespace information
 .TP 0.5i
+.B "PROC_FILLSYSTEMD"
+fill in proc_t systemd information
+.TP 0.5i
 .B "PROC_LOOSE_TASKS"
 threat threads as if they were processes
 .TP 0.5i