]> git.cameronkatri.com Git - mandoc.git/blobdiff - mansearch_const.c
If PATH_INFO contains a complete and correct path to a manual page
[mandoc.git] / mansearch_const.c
index 12d10b2a1fdf58675e7bfca359bd3d38aa702750..61351c3c2a478d9fb283e59b3335dca8658b6013 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mansearch_const.c,v 1.2 2014/04/04 15:55:19 schwarze Exp $ */
+/*     $Id: mansearch_const.c,v 1.7 2014/12/01 08:05:52 schwarze Exp $ */
 /*
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *
 /*
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/types.h>
+
 #include <stdint.h>
 
 #include <stdint.h>
 
-#include "manpath.h"
 #include "mansearch.h"
 
 #include "mansearch.h"
 
-const int mansearch_keymax = 41;
+const int mansearch_keymax = 40;
 
 
-const char *const mansearch_keynames[41] = {
-       "NAME", "Nm",   "Nd",   "arch", "sec",  "Xr",   "Ar",   "Fa",
-       "Fl",   "Dv",   "Fn",   "Ic",   "Pa",   "Cm",   "Li",   "Em",
-       "Cd",   "Va",   "Ft",   "Tn",   "Er",   "Ev",   "Sy",   "Sh",
-       "In",   "Ss",   "Ox",   "An",   "Mt",   "St",   "Bx",   "At",
-       "Nx",   "Fx",   "Lk",   "Ms",   "Bsx",  "Dx",   "Rs",   "Vt",
-       "Lb"
+const char *const mansearch_keynames[40] = {
+       "arch", "sec",  "Xr",   "Ar",   "Fa",   "Fl",   "Dv",   "Fn",
+       "Ic",   "Pa",   "Cm",   "Li",   "Em",   "Cd",   "Va",   "Ft",
+       "Tn",   "Er",   "Ev",   "Sy",   "Sh",   "In",   "Ss",   "Ox",
+       "An",   "Mt",   "St",   "Bx",   "At",   "Nx",   "Fx",   "Lk",
+       "Ms",   "Bsx",  "Dx",   "Rs",   "Vt",   "Lb",   "Nm",   "Nd"
 };
 };