author | Sergey Poznyakoff <gray@gnu.org.ua> | 2016-07-06 13:12:35 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2016-07-06 13:12:35 (GMT) |
commit | 478e6eb666648a9e28f5e5706bf73a47599beeec (patch) (side-by-side diff) | |
tree | 5d5c49e6766e1dce19702ef7b933523e13d00b8d /doc/gdbm.texinfo | |
parent | 523855fdc76416de494d010cf7b45e656baa8417 (diff) | |
download | gdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.gz gdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.bz2 |
Minor changes
-rw-r--r-- | doc/gdbm.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gdbm.texinfo b/doc/gdbm.texinfo index d1ff23d..6322a9b 100644 --- a/doc/gdbm.texinfo +++ b/doc/gdbm.texinfo @@ -233,7 +233,7 @@ int gdbm_count (GDBM_FILE dbf, gdbm_count_t *pcount); int gdbm_version_cmp (int const a[], int const b[]); @end example -The @code{gdbm.h} include file is often in the @file{/usr/local/include} +The @code{gdbm.h} include file is often in the @file{/usr/include} directory. (The actual location of @code{gdbm.h} depends on your local installation of @code{gdbm}.) @@ -1419,7 +1419,7 @@ option may also be required, depending on where @code{gdbm} is installed, e.g.: @example -cc ... -L/usr/local/lib -lgdbm -lgdbm_compat +cc ... -lgdbm -lgdbm_compat @end example @cindex @samp{dir} file |