Module Name: othersrc Committed By: wiz Date: Thu Nov 26 23:31:56 UTC 2015
Modified Files: othersrc/external/bsd/sqlite3db/dist: libsqlite3db.3 sqlite3db.1 Log Message: rious cleanups. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3 \ othersrc/external/bsd/sqlite3db/dist/sqlite3db.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3 diff -u othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3:1.1.1.1 othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3:1.2 --- othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3:1.1.1.1 Thu Nov 26 19:22:46 2015 +++ othersrc/external/bsd/sqlite3db/dist/libsqlite3db.3 Thu Nov 26 23:31:56 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: libsqlite3db.3,v 1.1.1.1 2015/11/26 19:22:46 agc Exp $ +.\" $NetBSD: libsqlite3db.3,v 1.2 2015/11/26 23:31:56 wiz Exp $ .\" .\" Copyright (c) 2015 Alistair Crooks <a...@netbsd.org> .\" All rights reserved. @@ -33,7 +33,7 @@ .Lb libsqlite3db .Sh SYNOPSIS .In sqlite3db.h -.Ft "DB *" +.Ft "DB *" .Fo sqlite3db_dbopen .Fa "const char *file" "int flags" "mode_t mode" .Fa "DBTYPE type" "const void *openinfo" @@ -53,7 +53,7 @@ One function is provided to open the dat functions in that structure are used for operations on the sqlite3 database. The effect is to be able to convert a database from -the old +the old .Xr btree 3 or .Xr hash 3 Index: othersrc/external/bsd/sqlite3db/dist/sqlite3db.1 diff -u othersrc/external/bsd/sqlite3db/dist/sqlite3db.1:1.1.1.1 othersrc/external/bsd/sqlite3db/dist/sqlite3db.1:1.2 --- othersrc/external/bsd/sqlite3db/dist/sqlite3db.1:1.1.1.1 Thu Nov 26 19:22:46 2015 +++ othersrc/external/bsd/sqlite3db/dist/sqlite3db.1 Thu Nov 26 23:31:56 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: sqlite3db.1,v 1.1.1.1 2015/11/26 19:22:46 agc Exp $ +.\" $NetBSD: sqlite3db.1,v 1.2 2015/11/26 23:31:56 wiz Exp $ .\" .\" Copyright (c) 2015 Alistair Crooks <a...@netbsd.org> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd November 22, 2015 -.Dt sqlite3db 1 +.Dt SQLITE3DB 1 .Os .Sh NAME .Nm sqlite3db @@ -42,7 +42,7 @@ .Nm .Ar del .Ar database -.Ar key... +.Ar key ... .Pp .Nm .Ar dump @@ -61,7 +61,7 @@ functions to manage and display informat sqlite3 databases. The information is retrieved using the functionality provided by the -.Xr libsqlite3db +.Xr libsqlite3db 3 library, and is fashioned on the existing .Xr db 1 program. @@ -83,7 +83,7 @@ information can also be gained by runnin .Xr sqlite3 1 command, but this way of accessing the information in the database exercises the -.Xr libsqlite3db +.Xr libsqlite3db 3 functionality. .Pp The following illustrates the sizes of the databases @@ -99,8 +99,8 @@ sql3bigbtree.db: SQLite 3.x database .Sh SEE ALSO .Xr db 1 , .Xr sqlite3 1 , -.Xr dbopen 3 , .Xr btree 3 , +.Xr dbopen 3 , .Xr hash 3 , .Xr libsqlite3db 3 .Sh HISTORY