From: Volker Lendecke Date: Mon, 20 May 2019 12:55:31 +0000 (+0200) Subject: tdb: Fix typo in README X-Git-Tag: ldb-2.0.5~667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e37850fde550abcf1ce7e4eb8341b5022845f8;p=thirdparty%2Fsamba.git tdb: Fix typo in README 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 Reviewed-by: Jeremy Allison --- diff --git a/lib/tdb/docs/README b/lib/tdb/docs/README index be2224f1d84..86d46a38ac2 100644 --- a/lib/tdb/docs/README +++ b/lib/tdb/docs/README @@ -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