Changeset da98918 in mainline for uspace/app/tasks/tasks.c


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

Rename 'ps' command to 'tasks'.

File:
1 moved

Legend:

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

    rd869398 rda98918  
    2727 */
    2828
    29 /** @addtogroup ps
     29/** @addtogroup tasks
    3030 * @brief Task lister.
    3131 * @{
     
    4646#include "func.h"
    4747
    48 #define NAME  "ps"
     48#define NAME  "tasks"
    4949
    5050#define TASK_COUNT    10
     
    190190{
    191191        printf(
    192             "Usage: ps [-t task_id] [-l] [-c]\n" \
     192            "Usage: tasks [-t task_id] [-l] [-c]\n" \
    193193            "\n" \
    194194            "Options:\n" \
Note: See TracChangeset for help on using the changeset viewer.