mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-23 10:03:52 +08:00
misc: eliminate accumulated trailing whitespace, again
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
215a54f729
commit
e21cc13c64
@ -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
|
||||
|
@ -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.
|
||||
to also forward or discuss bugs.
|
||||
|
2
pgrep.1
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user