misc: eliminate accumulated trailing whitespace, again

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2015-12-01 00:00:00 -05:00 committed by Craig Small
parent 215a54f729
commit e21cc13c64
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ if BUILD_KILL
bin_PROGRAMS += kill bin_PROGRAMS += kill
dist_man_MANS += kill.1 dist_man_MANS += kill.1
kill_SOURCES = kill.c lib/strutils.c lib/fileutils.c lib/signals.c kill_SOURCES = kill.c lib/strutils.c lib/fileutils.c lib/signals.c
kill_LDADD = kill_LDADD =
else else
EXTRA_DIST += kill.1 EXTRA_DIST += kill.1
endif endif

View File

@ -49,4 +49,4 @@ page.
The email list for the developers and users of procps is found at The email list for the developers and users of procps is found at
http://www.freelists.org/archive/procps/ http://www.freelists.org/archive/procps/
This email list discusses the development of procps and is used by distributions This email list discusses the development of procps and is used by distributions
to also forward or discuss bugs. to also forward or discuss bugs.

View File

@ -211,7 +211,7 @@ Fatal error: out of memory etc.
.SH NOTES .SH NOTES
The process name used for matching is limited to the 15 characters present in 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 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. same process name as the parent process but will have the same command line.
.PP .PP
The running The running