comparison toys/posix/ln.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
2 * 2 *
3 * ln.c - Create filesystem links 3 * ln.c - Create filesystem links
4 * 4 *
5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com> 5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com>
6 * 6 *
7 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html 7 * See http://opengroup.org/onlinepubs/9699919799/utilities/ln.html
8 8
9 USE_LN(NEWTOY(ln, "<1nfs", TOYFLAG_BIN)) 9 USE_LN(NEWTOY(ln, "<1nfs", TOYFLAG_BIN))
10 10
11 config LN 11 config LN
12 bool "ln" 12 bool "ln"