From 6c148b4f8b2acfaf1edae9f8e92e91bdeb723e72 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 17 Jul 2014 10:10:10 -0500 Subject: [PATCH] docs: with systemd now in library, remember openproc.3 [ 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 --- create-man-pot.sh | 4 ++-- man-po/Makefile.am | 2 +- proc/openproc.3 | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/create-man-pot.sh b/create-man-pot.sh index c7e30008..bc2a2018 100755 --- a/create-man-pot.sh +++ b/create-man-pot.sh @@ -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: # diff --git a/man-po/Makefile.am b/man-po/Makefile.am index 949c75f0..032b2842 100644 --- a/man-po/Makefile.am +++ b/man-po/Makefile.am @@ -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) diff --git a/proc/openproc.3 b/proc/openproc.3 index 6e371196..31942ca0 100644 --- a/proc/openproc.3 +++ b/proc/openproc.3 @@ -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 .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 -- 2.40.0