summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-07-04 17:53:25 +0100
committerColin Watson <cjwatson@debian.org>2020-07-04 17:53:25 +0100
commit154e050ea1e1e290a2197d6c5a4c9fd85a21fd84 (patch)
tree88f1db2cd64bdf6bb20ad6368508ebf99b888522 /man
parent6abf397243c1c987a12d515dd5ebba7d6fd27f96 (diff)
Remove "Type" column from DB table in mandb(8)
The database types table in mandb(8) has always been a bit dubiously-placed; it's really more about how man-db is configured, and as such makes more sense in manual/db.me (which indeed has an extended version of the same table). It causes particular problems in translated versions of this page, where it's very easy for it to become too wide and cause "make check" failures. A proper fix for this would probably require updating existing translations, but an easy improvement is to remove the "Type" column: it has negligible relevance here, and removing it makes it much easier for translated versions to stay within page width limits. * man/man8/mandb.man8 (DATABASE CACHES): Remove "Type" column from table.
Diffstat (limited to 'man')
-rw-r--r--man/man8/mandb.man816
1 files changed, 5 insertions, 11 deletions
diff --git a/man/man8/mandb.man8 b/man/man8/mandb.man8
index fceb93c4..ea9eefb1 100644
--- a/man/man8/mandb.man8
+++ b/man/man8/mandb.man8
@@ -55,18 +55,12 @@ can be compiled with support for any one of the following database types.
.TS
tab (@);
-l lw(20m) l l.
-Name@Type@Async@Filename
+l l l.
+Name@Async@Filename
_
-Berkeley db@T{
-Binary tree
-T}@Yes@\fIindex.bt\fR
-GNU gdbm@T{
-Hashed
-T}@Yes@\fIindex.db\fR
-UNIX ndbm@T{
-Hashed
-T}@No@\fIindex.(dir|pag)\fR
+Berkeley db@Yes@\fIindex.bt\fR
+GNU gdbm@Yes@\fIindex.db\fR
+UNIX ndbm@No@\fIindex.(dir|pag)\fR
.TE
Those database types that support asynchronous updates provide enhanced