summaryrefslogtreecommitdiff
path: root/doc/gdbm.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
commit0f610a0b540e9f768f00aff3e57a5124e324ac29 (patch)
tree4a87a7be22952e0d8b09a8c8770582f038ca8968 /doc/gdbm.texi
parent331f05ac9c58d358806fe1bcba88a01467ab0895 (diff)
downloadgdbm-0f610a0b540e9f768f00aff3e57a5124e324ac29.tar.gz
Update copyright years
Diffstat (limited to 'doc/gdbm.texi')
-rw-r--r--doc/gdbm.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 037ae07..4888968 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -43,8 +43,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 1989--1999, 2007--2022 Free Software Foundation,
-Inc.
+Copyright @copyright{} 1989--2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -529,7 +528,7 @@ returned from @code{gdbm_open} (or @code{gdbm_fd_open}, described below).
@anchor{gdbm_fd_open}
@deftypefn {gdbm interface} GDBM_FILE gdbm_fd_open (int @var{fd},@
const char *@var{name}, int @var{block_size}, @
- int @var{flags}, int @var{mode}, void (*@var{fatal_func})(const char *))
+ int @var{flags}, void (*@var{fatal_func})(const char *))
Alternative function for opening a @command{GDBM} database. The @var{fd}
argument is the file descriptor of the database file obtained by a