--- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index 06d4cc9a..f0d2c697 100644 --- a/init.h +++ b/init.h @@ -920,7 +920,7 @@ struct option_t MuttVars[] = { { "dotlock_program", DT_PATH, R_NONE, {.p=&MuttDotlock}, {.p=BINDIR "/mutt_dotlock"} }, /* ** .pp - ** Contains the path of the \fCmutt_dotlock(8)\fP binary to be used by + ** Contains the path of the \fCmutt_dotlock(1)\fP binary to be used by ** mutt. */ #endif -- 2.27.0
- [PATCH] Fix man section in reference to mutt_dotlock Maxim Tarasov
- Re: [PATCH] Fix man section in reference to mutt_do... Kevin J. McCarthy
- Re: [PATCH] Fix man section in reference to mutt_do... Derek Martin
- Re: [PATCH] Fix man section in reference to mut... Vincent Lefevre