Changeset 3d482e0 in mainline for uspace/app/stats/stats.c


Ignore:
Timestamp:
2010-04-18T12:08:44Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bbda5ab
Parents:
c3d4bb45
Message:

Rename 'uptime' command to 'stats'.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/stats/stats.c

    rc3d4bb45 r3d482e0  
    2727 */
    2828
    29 /** @addtogroup uptime
    30  * @brief Print system uptime.
     29/** @addtogroup stats
     30 * @brief Print system statistics.
    3131 * @{
    3232 */
     
    4141#include <malloc.h>
    4242
    43 #define NAME  "uptime"
     43#define NAME  "sysstat"
    4444
    4545#define DAY     86400
Note: See TracChangeset for help on using the changeset viewer.