]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
Insist that manual page file name extensions must begin with a digit,
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 43a90ab8121855602e8815a7b17c7b378ed53b2e..669bfaedcda7f2a1b910b716322b9cb8b72f18d0 100644 (file)
--- 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 <kristaps@bsd.lv>
  * Copyright (c) 2010-2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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)