[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.24 and 1.25

version 1.24, 2018/08/31 15:56:42 version 1.25, 2020/11/14 14:06:42
Line 174 
Line 174 
 .Pp  .Pp
 If any  If any
 .Ar pattern  .Ar pattern
 operands are specified, they are used as  operands are specified,
 extended regular expressions to match the command name  they are used as extended regular expressions to match the command name.
 or, if  Only the first 16 characters of the command name are matched;
   attempts to match any characters after the first 16 will silently fail.
   If
 .Fl f  .Fl f
 is specified, the full argument list of each process.  is specified, the full argument list,
 However, presently  including the full command name,
 .Ox  of each process is matched.
 will only keep track of the first 16 characters of the command name  
 for each process.  
 Attempts to match any characters after the first 16 of a  
 command name will silently fail.  
 .Pp  .Pp
 Note that a running  Note that a running
 .Nm pgrep  .Nm pgrep

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25