aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbm.texinfo
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-09 13:34:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-09 13:34:00 +0000
commit9266cd41ceee6c577c6e52e0bce9af0f91cae520 (patch)
tree6666083e1f31b673e1f240beba1a327722e668e6 /doc/gdbm.texinfo
parentc4f46f2a5e693f5a3b0735130529f46f35edd5af (diff)
downloadgdbm-9266cd41ceee6c577c6e52e0bce9af0f91cae520.tar.gz
gdbm-9266cd41ceee6c577c6e52e0bce9af0f91cae520.tar.bz2
Spell checking and minor fixes.
Diffstat (limited to 'doc/gdbm.texinfo')
-rw-r--r--doc/gdbm.texinfo6
1 files changed, 3 insertions, 3 deletions
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.
640@cindex Flat file format 640@cindex Flat file format
641@cindex export 641@cindex export
642@cindex import 642@cindex import
643@code{Gdbm} databases can be converted into a protable @dfn{flat 643@code{Gdbm} databases can be converted into a portable @dfn{flat
644format}. This format can be used, for example, to migrate between 644format}. This format can be used, for example, to migrate between
645the different versions of @code{gdbm} databases. Generally speaking, 645the different versions of @code{gdbm} databases. Generally speaking,
646flat files are safe to send over the network, and can be used to 646flat 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.
1384Older programs using @code{ndbm} or @code{dbm} interfaces can 1384Older programs using @code{ndbm} or @code{dbm} interfaces can
1385use @file{libgdbm_compat} without any changes. To link a program with 1385use @file{libgdbm_compat} without any changes. To link a program with
1386the compatibility library, add the following two options to the 1386the compatibility library, add the following two options to the
1387@command{cc} invocation: @option{-lgdbm -lgdbm_compat}. A @option{-L} 1387@command{cc} invocation: @option{-lgdbm -lgdbm_compat}. The @option{-L}
1388option may also be required, depending on where @code{gdbm} is 1388option may also be required, depending on where @code{gdbm} is
1389installed, e.g.: 1389installed, e.g.:
1390 1390
@@ -1394,7 +1394,7 @@ cc ... -L/usr/local/lib -lgdbm -lgdbm_compat
1394 1394
1395@cindex @samp{dir} file 1395@cindex @samp{dir} file
1396@cindex @samp{pag} file 1396@cindex @samp{pag} file
1397The databases created and manipulated by the compatibility interfaces 1397Databases created and manipulated by the compatibility interfaces
1398consist of two different files: @file{@var{file}.dir} and 1398consist of two different files: @file{@var{file}.dir} and
1399@file{@var{file}.pag}. This is required by the @acronym{POSIX} 1399@file{@var{file}.pag}. This is required by the @acronym{POSIX}
1400specification and corresponds to the traditional usage. Note, 1400specification and corresponds to the traditional usage. Note,

Return to:

Send suggestions and report system problems to the System administrator.