From b7820492f916391bc830b66e2b38106e2eee1b65 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 12 Aug 2023 20:01:59 -0300 Subject: build: fix wrong man page paths Change the old .txt paths into the new .in paths. This amends commit 76bd5ad0f ("build: simplify code related to man pages", 2023-07-12) / PR #5898. --- .github/workflows/build-extra.yml | 4 ++-- src/firejail/util.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index a36997838..0f7ddb466 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -7,7 +7,7 @@ on: - 'contrib/syntax/**' - 'contrib/vim/**' - 'etc/**' - - 'src/man/*.txt' + - 'src/man/*.in' - .git-blame-ignore-revs - .github/dependabot.yml - .github/pull_request_template.md @@ -29,7 +29,7 @@ on: - 'contrib/syntax/**' - 'contrib/vim/**' - 'etc/**' - - 'src/man/*.txt' + - 'src/man/*.in' - .git-blame-ignore-revs - .github/dependabot.yml - .github/pull_request_template.md diff --git a/src/firejail/util.c b/src/firejail/util.c index 87b771867..970832b38 100644 --- a/src/firejail/util.c +++ b/src/firejail/util.c @@ -1474,7 +1474,7 @@ int ascii_isxdigit(unsigned char c) { return ret; } -// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.txt. +// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.1.in. // // Allow only ASCII letters, digits and a few special characters; names with // only numbers are rejected; spaces and control characters are rejected. -- cgit v1.2.3-70-g09d2