From: Matt Birkholz Date: Mon, 15 Jan 2018 17:36:56 +0000 (-0700) Subject: gdbm: Doco typos. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~363 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=31177eda41adb38968f00feca4c95af4f333ec89;p=mit-scheme.git gdbm: Doco typos. --- 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.