Changeset 32d96e1 in mainline for uspace/app/loc/loc.c


Ignore:
Timestamp:
2012-05-13T08:56:01Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4e7637a
Parents:
b4ec1ea
Message:

Rename app/locinfo to app/loc, srv/loc to srv/locsrv.

File:
1 moved

Legend:

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

    rb4ec1ea r32d96e1  
    2727 */
    2828
    29 /** @addtogroup locinfo
     29/** @addtogroup loc
    3030 * @{
    3131 */
    32 /** @file locinfo.c Print information from location service.
     32/** @file loc.c Print information from location service.
    3333 */
    3434
     
    4141#include <sys/typefmt.h>
    4242
    43 #define NAME "locinfo"
     43#define NAME "loc"
    4444
    4545int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.