Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/procps/pmap.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/procps/pmap.c

    r2725 r3232  
    99 */
    1010
    11 //applet:IF_PMAP(APPLET(pmap, _BB_DIR_USR_BIN, _BB_SUID_DROP))
    12 //kbuild:lib-$(CONFIG_PMAP)     += pmap.o
    13 
    1411//config:config PMAP
    1512//config:       bool "pmap"
     
    1815//config:         Display processes' memory mappings.
    1916
     17//applet:IF_PMAP(APPLET(pmap, BB_DIR_USR_BIN, BB_SUID_DROP))
     18//kbuild:lib-$(CONFIG_PMAP) += pmap.o
     19
    2020//usage:#define pmap_trivial_usage
    21 //usage:       "[-x][-q] PID"
     21//usage:       "[-xq] PID"
    2222//usage:#define pmap_full_usage "\n\n"
    23 //usage:       "Display detailed precesses' memory usage\n"
    24 //usage:       "\nOptions:"
    25 //usage:       "\n     -x              show details"
    26 //usage:       "\n     -q              quiet"
     23//usage:       "Display detailed process memory usage"
     24//usage:     "\n"
     25//usage:     "\n    -x  Show details"
     26//usage:     "\n    -q  Quiet"
    2727
    2828#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.