[exim-dev] [Bug 2637] exim_dumpdb documentation missing/bad …

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2637] exim_dumpdb documentation missing/bad for R: records
https://bugs.exim.org/show_bug.cgi?id=2637

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED


--- Comment #4 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/d79247e6321bd44f4f21bc1234e0424d0fa558eb

commit d79247e6321bd44f4f21bc1234e0424d0fa558eb
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri Aug 28 19:58:36 2020 -0400
Commit:     Phil Pennock <pdp@???>
CommitDate: Fri Aug 28 19:58:36 2020 -0400


    Fix utilities indexing


    It looks like there used to be another level of hierarchy here, with all
three
    of the hints database commands described in one section.  They're now
distinct
    sections in their own right, so fix how they're linked to.


    Reported by: Peter Gervai
    Fixes: 2637
---
 doc/doc-docbook/spec.xfpt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 2734a5d..357fbca 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -38829,9 +38829,9 @@ the next chapter. The utilities described here are:
   "check address acceptance from given IP"
 .irow &<<SECTdbmbuild>>&      &'exim_dbmbuild'& "build a DBM file"
 .irow &<<SECTfinindret>>&     &'exinext'&       "extract retry information"
-.irow &<<SECThindatmai>>&     &'exim_dumpdb'&   "dump a hints database"
-.irow &<<SECThindatmai>>&     &'exim_tidydb'&   "clean up a hints database"
-.irow &<<SECThindatmai>>&     &'exim_fixdb'&    "patch a hints database"
+.irow &<<SECTdumpdb>>&        &'exim_dumpdb'&   "dump a hints database"
+.irow &<<SECTtidydb>>&        &'exim_tidydb'&   "clean up a hints database"
+.irow &<<SECTfixdb>>&         &'exim_fixdb'&    "patch a hints database"
 .irow &<<SECTmailboxmaint>>&  &'exim_lock'&     "lock a mailbox file"
 .endtable


@@ -39337,7 +39337,7 @@ in a transport)



-.section "exim_dumpdb" "SECID261"
+.section "exim_dumpdb" "SECTdumpdb"
.cindex "&'exim_dumpdb'&"
The entire contents of a database are written to the standard output by the
&'exim_dumpdb'& program, which has no options or arguments other than the
@@ -39374,7 +39374,7 @@ cross-references.



-.section "exim_tidydb" "SECID262"
+.section "exim_tidydb" "SECTtidydb"
.cindex "&'exim_tidydb'&"
The &'exim_tidydb'& utility program is used to tidy up the contents of a hints
database. If run with no options, it removes all records that are more than 30
@@ -39423,7 +39423,7 @@ databases is likely to keep on increasing.



-.section "exim_fixdb" "SECID263"
+.section "exim_fixdb" "SECTfixdb"
.cindex "&'exim_fixdb'&"
The &'exim_fixdb'& program is a utility for interactively modifying databases.
Its main use is for testing Exim, but it might also be occasionally useful for

--
You are receiving this mail because:
You are on the CC list for the bug.