comparison toys/posix/id.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 7e846e281e38
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
4 * 4 *
5 * Copyright 2012 Sony Network Entertainment, Inc. 5 * Copyright 2012 Sony Network Entertainment, Inc.
6 * 6 *
7 * by Tim Bird <tim.bird@am.sony.com> 7 * by Tim Bird <tim.bird@am.sony.com>
8 * 8 *
9 * See http://www.opengroup.org/onlinepubs/009695399/utilities/id.html 9 * See http://opengroup.org/onlinepubs/9699919799/utilities/id.html
10 10
11 USE_ID(NEWTOY(id, "nGgru", TOYFLAG_BIN)) 11 USE_ID(NEWTOY(id, "nGgru", TOYFLAG_BIN))
12 12
13 config ID 13 config ID
14 bool "id" 14 bool "id"