FreeBSD Bugzilla – Attachment 185422 Details for
Bug 221534
[patch] pgrep(1) does not print the final newline
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Print a newline before exiting
patch-bin_pkill_pkill.c (text/x-csrc), 390 bytes, created by
kd-dev
on 2017-08-14 22:56:13 UTC
(
hide
)
Description:
Print a newline before exiting
Filename:
MIME Type:
Creator:
kd-dev
Created:
2017-08-14 22:56:13 UTC
Size:
390 bytes
patch
obsolete
>Index: bin/pkill/pkill.c >=================================================================== >--- bin/pkill/pkill.c (revision 322490) >+++ bin/pkill/pkill.c (working copy) >@@ -568,6 +568,8 @@ > continue; > rv |= (*action)(kp); > } >+ if (rv && pgrep) >+ printf("\n"); > if (!did_action && !pgrep && longfmt) > fprintf(stderr, > "No matching processes belonging to you were found\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221534
: 185422