aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index 2e8ca8b68..b74427351 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -63,7 +63,7 @@
63//kbuild:lib-$(CONFIG_CROND) += crond.o 63//kbuild:lib-$(CONFIG_CROND) += crond.o
64 64
65//usage:#define crond_trivial_usage 65//usage:#define crond_trivial_usage
66//usage: "-fbS -l N " IF_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR" 66//usage: "[-fbS] [-l N] " IF_FEATURE_CROND_D("[-d N] ") "[-L LOGFILE] [-c DIR]"
67//usage:#define crond_full_usage "\n\n" 67//usage:#define crond_full_usage "\n\n"
68//usage: " -f Foreground" 68//usage: " -f Foreground"
69//usage: "\n -b Background (default)" 69//usage: "\n -b Background (default)"
@@ -492,7 +492,7 @@ static void load_crontab(const char *fileName)
492 const char *name; 492 const char *name;
493 const char tokens[8]; 493 const char tokens[8];
494 } SpecialEntry; 494 } SpecialEntry;
495 static const SpecialEntry SpecAry[] = { 495 static const SpecialEntry SpecAry[] ALIGN8 = {
496 /* hour day month weekday */ 496 /* hour day month weekday */
497 { "yearly", "0\0" "1\0" "1\0" "*" }, 497 { "yearly", "0\0" "1\0" "1\0" "*" },
498 { "annually", "0\0" "1\0" "1\0" "*" }, 498 { "annually", "0\0" "1\0" "1\0" "*" },