summaryrefslogtreecommitdiffstats
path: root/expac.c
diff options
context:
space:
mode:
Diffstat (limited to 'expac.c')
-rw-r--r--expac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/expac.c b/expac.c
index 4a17d3b..e769df9 100644
--- a/expac.c
+++ b/expac.c
@@ -37,9 +37,9 @@
#define DEFAULT_DELIM "\n"
#define DEFAULT_LISTDELIM " "
#define DEFAULT_TIMEFMT "%c"
-#define FORMAT_TOKENS "BCDEGLNOPRSabdkmnprsuvw%"
+#define FORMAT_TOKENS "BCDEGLNOPRSabdmnprsuvw%"
#define FORMAT_TOKENS_LOCAL "ilFw"
-#define FORMAT_TOKENS_SYNC "f"
+#define FORMAT_TOKENS_SYNC "fk"
#define ESCAPE_TOKENS "\"\\abefnrtv"
static char const digits[] = "0123456789";