=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/stat/stat.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/stat/stat.c 2008/06/26 05:42:21 1.13 --- src/usr.bin/stat/stat.c 2009/06/24 09:44:25 1.14 *************** *** 1,4 **** ! /* $OpenBSD: stat.c,v 1.13 2008/06/26 05:42:21 ray Exp $ */ /* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: stat.c,v 1.14 2009/06/24 09:44:25 sobrado Exp $ */ /* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */ /* *************** *** 32,38 **** #ifndef lint static const char rccs_id[] = ! "$OpenBSD: stat.c,v 1.13 2008/06/26 05:42:21 ray Exp $"; #endif #include --- 32,38 ---- #ifndef lint static const char rccs_id[] = ! "$OpenBSD: stat.c,v 1.14 2009/06/24 09:44:25 sobrado Exp $"; #endif #include *************** *** 174,180 **** timefmt = NULL; options = "f:FlLnqrst:x"; ! synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]"; while ((ch = getopt(argc, argv, options)) != -1) switch (ch) { --- 174,181 ---- timefmt = NULL; options = "f:FlLnqrst:x"; ! synopsis = "[-FLnq] [-f format | -l | -r | -s | -x] " ! "[-t timefmt] [file ...]"; while ((ch = getopt(argc, argv, options)) != -1) switch (ch) {