[BACK]Return to pkill.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkill

Diff for /src/usr.bin/pkill/pkill.1 between version 1.19 and 1.20

version 1.19, 2012/08/21 06:28:36 version 1.20, 2012/08/21 09:45:50
Line 116 
Line 116 
 Restrict matches to processes with a parent process ID in the  Restrict matches to processes with a parent process ID in the
 comma-separated list  comma-separated list
 .Ar ppid .  .Ar ppid .
   .It Fl q
   Quiet mode.
   Perform the action, but don't display anything on standard output.
   Note that
   .Fl q
   takes precedence over other display options such as
   .Fl l .
 .It Fl s Ar sid  .It Fl s Ar sid
 Restrict matches to processes with a session ID in the comma-separated  Restrict matches to processes with a session ID in the comma-separated
 list  list
Line 151 
Line 158 
 .It Fl v  .It Fl v
 Reverse the sense of the matching;  Reverse the sense of the matching;
 display or signal processes that do not match the given criteria.  display or signal processes that do not match the given criteria.
 .It Fl q  
 Quiet mode.  
 Perform the action, but don't display anything on standard output.  
 Note that  
 .Fl q  
 takes precedence over other display options such as  
 .Fl l .  
 .It Fl x  .It Fl x
 Require an exact match of the process name, or argument list if  Require an exact match of the process name, or argument list if
 .Fl f  .Fl f

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20