tdb: Fix typo in README
authorVolker Lendecke <vl@samba.org>
Mon, 20 May 2019 12:55:31 +0000 (14:55 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 23 May 2019 16:56:17 +0000 (16:56 +0000)
README is far from a complete, good and accurate document, but what's
in there should at least not have obvious errors.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tdb/docs/README

index be2224f1d842b67ee148612b14b380156c4ae8f7..86d46a38ac251a95a399b095ce43c04ffba856e5 100644 (file)
@@ -206,13 +206,13 @@ int tdb_writeunlock(TDB_CONTEXT *tdb);
    unlock the database
 
 ----------------------------------------------------------------------
-int tdb_lockchain(TDB_CONTEXT *tdb, TDB_DATA key);
+int tdb_chainlock(TDB_CONTEXT *tdb, TDB_DATA key);
 
    lock one hash chain. This is meant to be used to reduce locking
    contention - it cannot guarantee how many records will be locked
 
 ----------------------------------------------------------------------
-int tdb_unlockchain(TDB_CONTEXT *tdb, TDB_DATA key);
+int tdb_chainunlock(TDB_CONTEXT *tdb, TDB_DATA key);
 
    unlock one hash chain