summaryrefslogtreecommitdiff
path: root/tea/doc/sqlite3.n
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2026-05-25 17:05:16 +0000
committerCy Schubert <cy@FreeBSD.org>2026-05-25 17:05:16 +0000
commitb00eb376e3fb28e738f9370552dae9d92c1fdd76 (patch)
tree4675a4ad76d8d7d5746413670e0e86f84e968a39 /tea/doc/sqlite3.n
parente7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 (diff)
Diffstat (limited to 'tea/doc/sqlite3.n')
-rw-r--r--tea/doc/sqlite3.n15
1 files changed, 0 insertions, 15 deletions
diff --git a/tea/doc/sqlite3.n b/tea/doc/sqlite3.n
deleted file mode 100644
index 3514046342da..000000000000
--- a/tea/doc/sqlite3.n
+++ /dev/null
@@ -1,15 +0,0 @@
-.TH sqlite3 n 4.1 "Tcl-Extensions"
-.HS sqlite3 tcl
-.BS
-.SH NAME
-sqlite3 \- an interface to the SQLite3 database engine
-.SH SYNOPSIS
-\fBsqlite3\fI command_name ?filename?\fR
-.br
-.SH DESCRIPTION
-SQLite3 is a self-contains, zero-configuration, transactional SQL database
-engine. This extension provides an easy to use interface for accessing
-SQLite database files from Tcl.
-.PP
-For full documentation see \fIhttps://sqlite.org/\fR and
-in particular \fIhttps://sqlite.org/tclsqlite.html\fR.