Mercurial > hg > toybox
comparison toys/posix/logname.c @ 656:6df4ccc0acbe
Regularize command headers, update links to standards documents.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sat, 25 Aug 2012 18:08:51 -0500 |
parents | 2986aa63a021 |
children | 10ad87be2c55 |
comparison
equal
deleted
inserted
replaced
655:e235d7d575e5 | 656:6df4ccc0acbe |
---|---|
2 * | 2 * |
3 * logname.c - Print user's login name. | 3 * logname.c - Print user's login name. |
4 * | 4 * |
5 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> | 5 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> |
6 * | 6 * |
7 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/logname.html | 7 * See http://opengroup.org/onlinepubs/9699919799/utilities/logname.html |
8 | 8 |
9 USE_LOGNAME(NEWTOY(logname, ">0", TOYFLAG_BIN)) | 9 USE_LOGNAME(NEWTOY(logname, ">0", TOYFLAG_BIN)) |
10 | 10 |
11 config LOGNAME | 11 config LOGNAME |
12 bool "logname" | 12 bool "logname" |