diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-28 13:43:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-28 13:43:12 +0000 |
commit | a48e7989f38d175aea2bab66e110dc3f13bf1af5 (patch) | |
tree | a4be4ee0659b465dbda28cbdfdc9e0e8246df34c /share/man | |
parent | 61e4f45d56b5616abc3fefd814f16133d378b6e2 (diff) |
document sqlite3;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/intro.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index d96f3211baf..11ab07f4ad5 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.46 2011/12/05 08:04:22 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.47 2012/04/28 13:43:11 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: December 5 2011 $ +.Dd $Mdocdate: April 28 2012 $ .Dt INTRO 3 .Os .Sh NAME @@ -370,6 +370,11 @@ audio server. See .Xr sio_open 3 . .Pp +.It libsqlite3 Pq Fl lsqlite3 +SQL database library. +See +.Xr sqlite3 1 . +.Pp .It libssl Pq Fl lssl The OpenSSL ssl library implements the Secure Sockets Layer .Pq SSL v2/v3 |