summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrmr2026-01-10 15:46:21 -0500
committerwrmr2026-01-10 15:46:21 -0500
commit8e8c8e6f1cd6cb55ba19573374ef209625dcf9c0 (patch)
treed8c20e50a22be567ca16861c04eab247e2a1a785
parentf981c3943ba7050a0d8ee3b8eb254c8bb3000a17 (diff)
fix incorrect man page section for strftime (3 not 1)
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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"