comparison toys/posix/ls.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 60cbc87c4314
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
3 * ls.c - list files 3 * ls.c - list files
4 * 4 *
5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com> 5 * Copyright 2012 Andre Renaud <andre@bluewatersys.com>
6 * Copyright 2012 Rob Landley <rob@landley.net> 6 * Copyright 2012 Rob Landley <rob@landley.net>
7 * 7 *
8 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html 8 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html
9 9
10 // "[-Cl]" 10 // "[-Cl]"
11 USE_LS(NEWTOY(ls, "goACFHLRSacdfiklmnpqrstux1", TOYFLAG_BIN)) 11 USE_LS(NEWTOY(ls, "goACFHLRSacdfiklmnpqrstux1", TOYFLAG_BIN))
12 12
13 config LS 13 config LS