From c2dd68816c9e05ae3f31a96307caa577ff4db3dd Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 6 Jan 2014 03:02:46 +0000 Subject: Drop Nd from the mpages table, it is still in the keys table. This shrinks the database in standard mode by 3%, in -Q mode by 9%, without loss of functionality. --- mansearch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mansearch.h') diff --git a/mansearch.h b/mansearch.h index 0af83c60..11af336f 100644 --- a/mansearch.h +++ b/mansearch.h @@ -1,4 +1,4 @@ -/* $Id: mansearch.h,v 1.7 2014/01/05 00:29:54 schwarze Exp $ */ +/* $Id: mansearch.h,v 1.8 2014/01/06 03:02:46 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013 Ingo Schwarze @@ -66,7 +66,6 @@ __BEGIN_DECLS struct manpage { char *file; /* to be prefixed by manpath */ char *names; /* a list of names with sections */ - char *desc; /* description of manpage */ char *output; /* user-defined additional output */ int form; /* 0 == catpage */ }; -- cgit v1.2.3