Fri Dec 21 19:26:40 2012 UTC ()
Fix unknown Fi macro.


(njoly)
diff -r1.4 -r1.5 src/external/public-domain/sqlite/dist/sqlite3.1

cvs diff -r1.4 -r1.5 src/external/public-domain/sqlite/dist/Attic/sqlite3.1 (expand / switch to unified diff)

--- src/external/public-domain/sqlite/dist/Attic/sqlite3.1 2012/12/17 16:26:38 1.4
+++ src/external/public-domain/sqlite/dist/Attic/sqlite3.1 2012/12/21 19:26:39 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sqlite3.1,v 1.4 2012/12/17 16:26:38 christos Exp $ 1.\" $NetBSD: sqlite3.1,v 1.5 2012/12/21 19:26:39 njoly Exp $
2.Dd December 16, 2012 2.Dd December 16, 2012
3.Dt SQLITE3 1 3.Dt SQLITE3 1
4.Os 4.Os
5.Sh NAME 5.Sh NAME
6.Nm sqlite3 6.Nm sqlite3
7.Nd A command line interface for SQLite version 3 7.Nd A command line interface for SQLite version 3
8.Sh SYNOPSIS 8.Sh SYNOPSIS
9.Nm 9.Nm
10.Op Ar options 10.Op Ar options
11.Op Ar databasefile 11.Op Ar databasefile
12.Op Ar SQL 12.Op Ar SQL
13.Sh DESCRIPTION 13.Sh DESCRIPTION
14.Nm 14.Nm
@@ -158,27 +158,27 @@ interactive environment. @@ -158,27 +158,27 @@ interactive environment.
158Throughout initialization, any previously specified setting can be overridden. 158Throughout initialization, any previously specified setting can be overridden.
159The sequence of initialization is as follows: 159The sequence of initialization is as follows:
160.Bl -enum 160.Bl -enum
161.It 161.It
162The default configuration is established as follows: 162The default configuration is established as follows:
163.Bd -literal -offset indent 163.Bd -literal -offset indent
164mode = LIST 164mode = LIST
165separator = "|" 165separator = "|"
166main prompt = "sqlite> " 166main prompt = "sqlite> "
167continue prompt = " ...> " 167continue prompt = " ...> "
168.Ed 168.Ed
169.It 169.It
170If the file 170If the file
171.Fi ~/.sqliterc 171.Pa ~/.sqliterc
172exists, it is processed first. 172exists, it is processed first.
173can be found in the user's home directory, it is 173can be found in the user's home directory, it is
174read and processed. 174read and processed.
175It should generally only contain meta-commands. 175It should generally only contain meta-commands.
176.It 176.It
177If the 177If the
178.Fl init 178.Fl init
179option is present, the specified file is processed. 179option is present, the specified file is processed.
180.It 180.It
181All other command line options are processed. 181All other command line options are processed.
182.El 182.El
183.Sh SEE ALSO 183.Sh SEE ALSO
184.Lk http://www.sqlite.org/ 184.Lk http://www.sqlite.org/