[BACK]Return to dba_read.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/dba_read.c between version 1.5 and 1.6

version 1.5, 2020/06/22 19:20:40 version 1.6, 2023/04/28 19:11:03
Line 17 
Line 17 
  * Function to read the mandoc database from disk into RAM,   * Function to read the mandoc database from disk into RAM,
  * such that data can be added or removed.   * such that data can be added or removed.
  * The interface is defined in "dba.h".   * The interface is defined in "dba.h".
  * This file is seperate from dba.c because this also uses "dbm.h".   * This file is separate from dba.c because this also uses "dbm.h".
  */   */
 #include "config.h"  #include "config.h"
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb