From 8e8c8e6f1cd6cb55ba19573374ef209625dcf9c0 Mon Sep 17 00:00:00 2001 From: wrmr Date: Sat, 10 Jan 2026 15:46:21 -0500 Subject: fix incorrect man page section for strftime (3 not 1) --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 7c7f026..dce5e75 100644 --- a/main.c +++ b/main.c @@ -741,7 +741,7 @@ const char *help_long = " pfp = 1 | 0 enable or disable profile pictures\n" " pronouns = 1 | 0 enable or disable user pronouns in posts\n" " date = 1 | 0 enable or disable post timestamps\n" - " datefmt = ... configure timestamp format; see date(1) or strftime(1)\n" + " datefmt = ... configure timestamp format; see date(1) or strftime(3)\n" "\n" " [margin]\n" "\n" -- cgit v1.2.3