From 0e79aa787877cdbffc8900952115de9173f41732 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 31 Jul 2021 00:32:38 +0300 Subject: Update the documentation --- doc/gdbm.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/gdbm.3') diff --git a/doc/gdbm.3 b/doc/gdbm.3 index 963b9f0..6f569dc 100644 --- a/doc/gdbm.3 +++ b/doc/gdbm.3 @@ -13,7 +13,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with GDBM. If not, see . */ -.TH GDBM 3 "June 25, 2021" "GDBM" "GDBM User Reference" +.TH GDBM 3 "July 31, 2021" "GDBM" "GDBM User Reference" .SH NAME GDBM \- The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR compatibility. @@ -446,9 +446,10 @@ of the underlying database. This mechanism requires OS and filesystem support and must be requested when \fBgdbm\fR is compiled. The crash-tolerance mechanism is a "pure opt-in" feature, in the sense that it has no effects whatsoever except on those applications -that explicitly request it. See file "README_crash_tolerance.txt" -in the distribution tarball for details. - +that explicitly request it. For details, see the chapter +.B "Crash Tolerance" +in the +.BR "GDBM manual" . .SH LINKING This library is accessed by specifying \fI\-lgdbm\fR as the last parameter to the compile line, e.g.: -- cgit v1.2.1