FIX: man entries

This commit is contained in:
boreddevnl
2026-04-14 10:59:28 +02:00
parent 5bd9e537c5
commit fd7fa4f16e
2 changed files with 2 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ static size_t man_strlen(const char *str) {
static void write_man_file(const char *name, const char *content) {
char path[128] = "/Library/man/";
int i = 15;
int i = 13;
while (*name) path[i++] = *name++;
path[i++] = '.';
path[i++] = 't';