Documentation Source Text

Check-in [4b0e57bd4f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix typo in the 34to35.html document.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4b0e57bd4f72d22d078571b4e9476ccd2ac0bde4
User & Date: drh 2008-02-26 13:29:51.000
Context
2008-02-27
13:07
Fix typos. CVSTrac ticket #2963. (check-in: 539577139b user: drh tags: trunk)
2008-02-26
13:29
Fix typo in the 34to35.html document. (check-in: 4b0e57bd4f user: drh tags: trunk)
2008-02-25
13:38
Add Adobe to the homepage. (check-in: 02853d098b user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/34to35.in.
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
  new backend will continue to work in future versions of SQLite.
}

HEADING 2 {The Virtual File System Object}

PARAGRAPH {
  The new OS interface for SQLite is built around an object named
  [sqlite3_vfs].  The "vfs" standard for "Virtual File System".
  The sqlite3_vfs object is basically a structure containing pointers
  to functions that implement the primitive disk I/O operations that
  SQLite needs to perform in order to read and write databases.  
  In this article, we will often refer a sqlite3_vfs objects as a "VFS".
}

PARAGRAPH {







|







129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
  new backend will continue to work in future versions of SQLite.
}

HEADING 2 {The Virtual File System Object}

PARAGRAPH {
  The new OS interface for SQLite is built around an object named
  [sqlite3_vfs].  The "vfs" stands for "Virtual File System".
  The sqlite3_vfs object is basically a structure containing pointers
  to functions that implement the primitive disk I/O operations that
  SQLite needs to perform in order to read and write databases.  
  In this article, we will often refer a sqlite3_vfs objects as a "VFS".
}

PARAGRAPH {