diff options
Diffstat (limited to 'lib/libc/db/man/dbm.3')
-rw-r--r-- | lib/libc/db/man/dbm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index e8a21bb..961ea85 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -33,8 +33,8 @@ .Nm dbm_store .Nd database access functions .Sh SYNOPSIS -.Fd #include <fcntl.h> -.Fd #include <ndbm.h> +.In fcntl.h +.In ndbm.h .Ft DBM * .Fn dbm_open "const char *base" "int flags" "int mode" .Ft void |