comparison toys/posix/od.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
3 * od.c - Provide octal/hex dumps of data 3 * od.c - Provide octal/hex dumps of data
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/od.html 8 * See http://opengroup.org/onlinepubs/9699919799/utilities/od.html
9 9
10 USE_OD(NEWTOY(od, "j#vN#xsodcbA:t*", TOYFLAG_USR|TOYFLAG_BIN)) 10 USE_OD(NEWTOY(od, "j#vN#xsodcbA:t*", TOYFLAG_USR|TOYFLAG_BIN))
11 11
12 config OD 12 config OD
13 bool "od" 13 bool "od"