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