Index: bin/pkill/pkill.c =================================================================== --- bin/pkill/pkill.c +++ bin/pkill/pkill.c @@ -656,10 +656,12 @@ static int grepact(const struct kinfo_proc *kp) { + static int first = 1; + if (!quiet && !first) + printf("%s", delim); show_process(kp); - if (!quiet) - printf("%s", delim); + first = 0; return (1); }