diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-06 03:02:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-06 03:02:46 +0000 |
commit | bde6b6e5fe1b391dac65511440cb88c4501b17c6 (patch) | |
tree | 17ffada1819d058aff1e45486983b8f68a6a2238 /mansearch.h | |
parent | 0a8353f869e8d8e9772ef1e8e227f19a628994ad (diff) | |
download | mandoc-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.h | 1 |
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 */ }; |