From 31177eda41adb38968f00feca4c95af4f333ec89 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 15 Jan 2018 10:36:56 -0700 Subject: [PATCH] gdbm: Doco typos. --- src/gdbm/mit-scheme-gdbm.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdbm/mit-scheme-gdbm.texi b/src/gdbm/mit-scheme-gdbm.texi index f6a58eacd..a3cbe5ffc 100644 --- a/src/gdbm/mit-scheme-gdbm.texi +++ b/src/gdbm/mit-scheme-gdbm.texi @@ -9,7 +9,7 @@ @copying This manual documents MIT/GNU Scheme GDBM @value{VERSION}. -Copyright @copyright{} 2017 Matthew Birkholz +Copyright @copyright{} 2017 Massachusetts Institute of Technology Copyright @copyright{} 1993-99 Free Software Foundation, Inc. @quotation @@ -224,7 +224,7 @@ The parameter is: The object returned by @code{gdbm-open}. @end table -Closes the gdbm file and frees all memory associated with @var{dbf}. +Closes the gdbm file and frees all memory associated with @var{dbf}. @end deffn @@ -382,6 +382,7 @@ the same name as the old file and @code{dbf} is updated to contain all the correct information about the new file. @end deffn + @node Sync @chapter Database Synchronization @@ -399,7 +400,7 @@ made to the database and before some long waiting time. @node Options -@chapter Seting options. +@chapter Setting options. Gdbm supports the ability to set certain options on an already open database. -- 2.25.1