]> granicus.if.org Git - procps-ng/commitdiff
misc: eliminate accumulated trailing whitespace, again
authorJim Warner <james.warner@comcast.net>
Tue, 1 Dec 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 12 Mar 2016 03:53:53 +0000 (14:53 +1100)
Signed-off-by: Jim Warner <james.warner@comcast.net>
Makefile.am
README.md
pgrep.1

index abe5a037fbbbe10ad7d6ee1247c2e831ee9570f6..99df632b974342c93b0e0135717c0b457b6128a5 100644 (file)
@@ -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
index 712bfe3884aab95b9c25b5628494c1dc46a509a0..bd35f758aeb5d90c5614f2c319f8f9a53a73e33d 100644 (file)
--- 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 5ca70a58dcd713e1ecf732d6ddc5f5f25beffd65..8578965fd647681d72a5c9d73124d6abf01cd67a 100644 (file)
--- 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