From 48fca13523c000fd7a2d1c1b70adcf495a95ecc4 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 18 Jul 2015 05:47:32 +0000 Subject: Insist that manual page file name extensions must begin with a digit, lest pkg.conf(5) be shown when pkg(5) is asked for; issue reported by Michael Reed . --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 43a90ab8..669bfaed 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.239 2015/07/17 22:38:29 schwarze Exp $ */ +/* $Id: main.c,v 1.240 2015/07/18 05:47:32 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2012, 2014, 2015 Ingo Schwarze @@ -570,7 +570,7 @@ fs_lookup(const struct manpaths *paths, size_t ipath, free(file); } - mandoc_asprintf(&file, "%s/man%s/%s.*", + mandoc_asprintf(&file, "%s/man%s/%s.[01-9]*", paths->paths[ipath], sec, name); globres = glob(file, 0, NULL, &globinfo); if (globres != 0 && globres != GLOB_NOMATCH) -- cgit v1.2.3-56-ge451