diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
| commit | a910f192bb551fc462329acfa229776a715157ec (patch) | |
| tree | 4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib/libc/db | |
| parent | bdd87f4f447a921426ecfedeee8abbb6e2ff1f34 (diff) | |
Notes
Diffstat (limited to 'lib/libc/db')
| -rw-r--r-- | lib/libc/db/man/dbm.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index 64ef4b6ef00dc..cb0cb6d7407fb 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -133,7 +133,7 @@ and the database already contains an entry for that entry is not replaced. Otherwise the entry is replaced or inserted. .Fn dbm_store -normally returns returns zero but returns 1 if the entry could not be +normally returns zero but returns 1 if the entry could not be inserted (because .Fa flags is |
