Signed-off-by: Jim Warner <james.warner@comcast.net>
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
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.
.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