cvs commit: src/usr.bin/pkill pkill.1 pkill.c

Garance A Drosehn gad at FreeBSD.org
Thu Mar 25 15:19:17 PST 2004


gad         2004/03/25 15:19:16 PST

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        pkill.1 pkill.c 
  Log:
  Add `-M' and `-N' options to `pkill' and `pgrep', similar to
  what are supported in `ps':
  
    -M  Extract values associated with the name list from the
        specified core instead of the default /dev/kmem.
    -N  Extract the name list from the specified system instead
        of the default /kernel.
  
  Written by:     Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
  Obtained from:  the sysutils/pkill port
  
  Revision  Changes    Path
  1.2       +12 -1     src/usr.bin/pkill/pkill.1
  1.4       +23 -5     src/usr.bin/pkill/pkill.c


More information about the cvs-src mailing list