summaryrefslogtreecommitdiffstats
path: root/mansearch.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-06 03:02:46 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-06 03:02:46 +0000
commitbde6b6e5fe1b391dac65511440cb88c4501b17c6 (patch)
tree17ffada1819d058aff1e45486983b8f68a6a2238 /mansearch.h
parent0a8353f869e8d8e9772ef1e8e227f19a628994ad (diff)
downloadmandoc-bde6b6e5fe1b391dac65511440cb88c4501b17c6.tar.gz
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.
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mansearch.h b/mansearch.h
index 1339a5de..72e0bf44 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -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 */
};