aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/util.c
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-12 20:01:59 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-12 20:04:41 -0300
commitb7820492f916391bc830b66e2b38106e2eee1b65 (patch)
tree2d4451ecd88cf3f282e70bf93824769df50fd159 /src/firejail/util.c
parentani-cli.profile: allow mktemp (#5954) (diff)
downloadfirejail-b7820492f916391bc830b66e2b38106e2eee1b65.tar.gz
firejail-b7820492f916391bc830b66e2b38106e2eee1b65.tar.zst
firejail-b7820492f916391bc830b66e2b38106e2eee1b65.zip
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.
Diffstat (limited to 'src/firejail/util.c')
-rw-r--r--src/firejail/util.c2
1 files changed, 1 insertions, 1 deletions
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) {
1474 return ret; 1474 return ret;
1475} 1475}
1476 1476
1477// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.txt. 1477// Note: Keep this in sync with NAME VALIDATION in src/man/firejail.1.in.
1478// 1478//
1479// Allow only ASCII letters, digits and a few special characters; names with 1479// Allow only ASCII letters, digits and a few special characters; names with
1480// only numbers are rejected; spaces and control characters are rejected. 1480// only numbers are rejected; spaces and control characters are rejected.