diff options
author | stephan <stephan@noemail.net> | 2025-06-02 15:10:41 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-06-02 15:10:41 +0000 |
commit | a3fcd7c79e827f98ac01fb83ee91848096fbb11c (patch) | |
tree | c02af6a0e1e82f6176fe7c20cdd136423c1f84bf /autoconf/tea/doc/sqlite3.n | |
parent | 8658a8df59f00ec8fcfea336a2a6a4b5ef79d2ee (diff) | |
download | sqlite-a3fcd7c79e827f98ac01fb83ee91848096fbb11c.tar.gz sqlite-a3fcd7c79e827f98ac01fb83ee91848096fbb11c.zip |
TEA: remove the stale man page and references to the MSC makefiles from the README.txt. Based on discussion at [forum:87e6660191a472c5 | forum post 87e6660191a472c5]. A couple of weeks ago we internally discussed pulling in the MSC makefiles from the 3.49 tree but they are stale and possibly unused, so opted against it for the time being.
FossilOrigin-Name: c9888a409565e6c8891a3dafa56962df364fb729a61df2701dc0bb282e36fb75
Diffstat (limited to 'autoconf/tea/doc/sqlite3.n')
-rw-r--r-- | autoconf/tea/doc/sqlite3.n | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/autoconf/tea/doc/sqlite3.n b/autoconf/tea/doc/sqlite3.n deleted file mode 100644 index 351404634..000000000 --- a/autoconf/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. |