summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-07 12:34:19 -0500
committerSergey Poznyakoff <gray@gnu.org>2022-06-18 17:29:14 +0300
commit7302b2397357066bcde7c0e23bb36bbbc8c061b4 (patch)
tree7acb0a0a5298150e8d38049bf6320c9e7813675c
parentb8271d89db991558e10c26d45d960bbc0257fa31 (diff)
downloadgdbm-7302b2397357066bcde7c0e23bb36bbbc8c061b4.tar.gz
Sync list of GDBM errors that need syserr
* doc/gdbm.texi (Errors): Update @itemize list.
-rw-r--r--doc/gdbm.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 1d136bb..e34873f 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -1303,10 +1303,12 @@ code. The following are the ones that have:
@item GDBM_FILE_READ_ERROR
@item GDBM_FILE_STAT_ERROR
@item GDBM_BACKUP_FAILED
-@item GDBM_BACKUP_FAILED
@item GDBM_FILE_CLOSE_ERROR
@item GDBM_FILE_SYNC_ERROR
@item GDBM_FILE_TRUNCATE_ERROR
+@item GDBM_ERR_SNAPSHOT_CLONE
+@item GDBM_ERR_REALPATH
+@item GDBM_ERR_USAGE
@end itemize
For other errors, @code{gdbm_last_syserr} will return 0.