]> granicus.if.org Git - neomutt/commitdiff
trim some hcache descriptions
authorRichard Russon <rich@flatcap.org>
Thu, 1 Feb 2018 17:23:29 +0000 (17:23 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 3 Feb 2018 13:30:47 +0000 (13:30 +0000)
hcache/bdb.c
hcache/gdbm.c
hcache/kc.c
hcache/lmdb.c
hcache/qdbm.c
hcache/tc.c

index 10bb476709b1205bea46f289de75bb8ceae95cf3..d5b7870ff6332c8f19aab522a07f248f4bc64de9 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_bdb Berkeley DB
  *
- * This module implements the header cache functionality using a Berkeley DB
- * file as a backend.
+ * Use a Berkeley DB file as a header cache backend.
  */
 
 #include "config.h"
index aac5c021a45cd6c48db0fc981c0379e3fee28ca6..60dd776a256d36aba0d1a62380c4a44c41edf8fd 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_gdbm GDMB
  *
- * This module implements the header cache functionality using a GNU dbm file
- * as a backend.
+ * Use a GNU dbm file as a header cache backend.
  */
 
 #include "config.h"
index 333f8365ac6ab08450402a3895e48a4d04327039..e7bb924e166999244a2118b4ae73608e00695d06 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_kc Kyoto Cabinet
  *
- * This module implements the header cache functionality using a Kyoto Cabinet
- * file as a backend.
+ * Use a Kyoto Cabinet file as a header cache backend.
  */
 
 #include "config.h"
index bcbd01b0b326dbc2279e41368ed25204073a02ea..a53ae71c5cdfe60632540769be303dd0385dea85 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_lmdb LMDB
  *
- * This module implements the header cache functionality using a Lightning
- * Memory-Mapped Database file as a backend.
+ * Use a Lightning Memory-Mapped Database file as a header cache backend.
  */
 
 #include "config.h"
index 63ab9fe41e342861f402fbb7f41cdb6923e1cce6..3cf8e28a306d2c67dd84c80b203c6a30f257cb8d 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_qdbm QDBM
  *
- * This module implements the header cache functionality using a Quick DataBase
- * Manager file as a backend.
+ * Use a Quick DataBase Manager file as a header cache backend.
  */
 
 #include "config.h"
index 90e274847b38b8b0fd5826d798970cc3ea0c3da7..702ea09928933687ce9a3ff23d1bdcfec697eee5 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * @page hc_tc Tokyo Cabinet
  *
- * This module implements the header cache functionality using a Tokyo Cabinet
- * file as a backend.
+ * Use a a Tokyo Cabinet file as a header cache backend.
  */
 
 #include "config.h"