From 9266cd41ceee6c577c6e52e0bce9af0f91cae520 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 9 Aug 2011 13:34:00 +0000 Subject: Spell checking and minor fixes. --- doc/gdbm.texinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/gdbm.texinfo b/doc/gdbm.texinfo index 2e237f0..53bc1c5 100644 --- a/doc/gdbm.texinfo +++ b/doc/gdbm.texinfo @@ -640,7 +640,7 @@ immediately after the set of changes have been made. @cindex Flat file format @cindex export @cindex import -@code{Gdbm} databases can be converted into a protable @dfn{flat +@code{Gdbm} databases can be converted into a portable @dfn{flat format}. This format can be used, for example, to migrate between the different versions of @code{gdbm} databases. Generally speaking, flat files are safe to send over the network, and can be used to @@ -1384,7 +1384,7 @@ and @file{dbm.h} and the @file{libgdbm_compat} library. Older programs using @code{ndbm} or @code{dbm} interfaces can use @file{libgdbm_compat} without any changes. To link a program with the compatibility library, add the following two options to the -@command{cc} invocation: @option{-lgdbm -lgdbm_compat}. A @option{-L} +@command{cc} invocation: @option{-lgdbm -lgdbm_compat}. The @option{-L} option may also be required, depending on where @code{gdbm} is installed, e.g.: @@ -1394,7 +1394,7 @@ cc ... -L/usr/local/lib -lgdbm -lgdbm_compat @cindex @samp{dir} file @cindex @samp{pag} file -The databases created and manipulated by the compatibility interfaces +Databases created and manipulated by the compatibility interfaces consist of two different files: @file{@var{file}.dir} and @file{@var{file}.pag}. This is required by the @acronym{POSIX} specification and corresponds to the traditional usage. Note, -- cgit v1.2.1