Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.sbin/makemandb/apropos-utils.3,v rcsdiff: /ftp/cvs/cvsroot/src/usr.sbin/makemandb/apropos-utils.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.1.8.1 diff -u -p -r1.1 -r1.1.8.1 --- src/usr.sbin/makemandb/apropos-utils.3 2012/02/07 19:13:32 1.1 +++ src/usr.sbin/makemandb/apropos-utils.3 2013/06/23 06:29:05 1.1.8.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: apropos-utils.3,v 1.1 2012/02/07 19:13:32 joerg Exp $ +.\" $NetBSD: apropos-utils.3,v 1.1.8.1 2013/06/23 06:29:05 tls Exp $ .\" .\" Copyright (c) 2011 Abhinav Upadhyay .\" All rights reserved. @@ -29,7 +29,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 17, 2011 +.Dd April 2, 2013 .Dt APROPOS-UTILS 3 .Os .Sh NAME @@ -42,11 +42,7 @@ .Ft void .Fn close_db "sqlite3 *db" .Ft int -.Fn run_query "sqlite3 *db" "const char *snippet_args[3]" "query_args *args" -.Ft int -.Fn run_query_html "sqlite3 *db" "query_args *args" -.Ft int -.Fn run_query_pager "sqlite3 *db" "query_args *args" +.Fn run_query "sqlite3 *db" "query_format fmt" "query_args *args" .Sh DESCRIPTION These functions all live in the .Pa apropos-utils.h @@ -61,7 +57,5 @@ develop applications on top of it. .Xr close_db 3 , .Xr init_db 3 , .Xr run_query 3 , -.Xr run_query_html 3 , -.Xr run_query_pager 3 .Sh AUTHORS .An Abhinav Upadhyay