Module Name: src
Committed By: simonb
Date: Fri Oct 27 04:05:55 UTC 2023
Modified Files:
src/lib/libc/cdb: cdbr.3
Log Message:
Add
#include <cdbr.h>
to the synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/cdb/cdbr.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/cdb/cdbr.3
diff -u src/lib/libc/cdb/cdbr.3:1.6 src/lib/libc/cdb/cdbr.3:1.7
--- src/lib/libc/cdb/cdbr.3:1.6 Sat Dec 1 02:43:43 2018
+++ src/lib/libc/cdb/cdbr.3 Fri Oct 27 04:05:55 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: cdbr.3,v 1.6 2018/12/01 02:43:43 kamil Exp $
+.\" $NetBSD: cdbr.3,v 1.7 2023/10/27 04:05:55 simonb Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,6 +41,7 @@
.Nm cdbr_close
.Nd constant database access methods
.Sh SYNOPSIS
+.In cdbr.h
.Ft "struct cdbr *"
.Fn cdbr_open "const char *path" "int flags"
.Ft "struct cdbr *"