From: Jim Warner Date: Tue, 1 Dec 2015 05:00:00 +0000 (-0500) Subject: misc: eliminate accumulated trailing whitespace, again X-Git-Tag: v4.0.0~976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e21cc13c649a2ee9b53dfe592a3c0ea9f3123b20;p=procps-ng misc: eliminate accumulated trailing whitespace, again Signed-off-by: Jim Warner --- diff --git a/Makefile.am b/Makefile.am index abe5a037..99df632b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ if BUILD_KILL bin_PROGRAMS += kill dist_man_MANS += kill.1 kill_SOURCES = kill.c lib/strutils.c lib/fileutils.c lib/signals.c -kill_LDADD = +kill_LDADD = else EXTRA_DIST += kill.1 endif diff --git a/README.md b/README.md index 712bfe38..bd35f758 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ page. The email list for the developers and users of procps is found at http://www.freelists.org/archive/procps/ This email list discusses the development of procps and is used by distributions -to also forward or discuss bugs. \ No newline at end of file +to also forward or discuss bugs. diff --git a/pgrep.1 b/pgrep.1 index 5ca70a58..8578965f 100644 --- a/pgrep.1 +++ b/pgrep.1 @@ -211,7 +211,7 @@ Fatal error: out of memory etc. .SH NOTES The process name used for matching is limited to the 15 characters present in the output of /proc/\fIpid\fP/stat. Use the \-f option to match against the -complete command line, /proc/\fIpid\fP/cmdline. Threads may not have the +complete command line, /proc/\fIpid\fP/cmdline. Threads may not have the same process name as the parent process but will have the same command line. .PP The running