=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/dba_read.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mandoc/dba_read.c 2016/08/17 20:46:06 1.4 --- src/usr.bin/mandoc/dba_read.c 2022/12/26 19:16:02 1.5 *************** *** 1,4 **** ! /* $OpenBSD: dba_read.c,v 1.4 2016/08/17 20:46:06 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: dba_read.c,v 1.5 2022/12/26 19:16:02 jmc Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * *************** *** 17,23 **** * Function to read the mandoc database from disk into RAM, * such that data can be added or removed. * The interface is defined in "dba.h". ! * This file is seperate from dba.c because this also uses "dbm.h". */ #include #include --- 17,23 ---- * Function to read the mandoc database from disk into RAM, * such that data can be added or removed. * The interface is defined in "dba.h". ! * This file is separate from dba.c because this also uses "dbm.h". */ #include #include