Module Name: src
Committed By: njoly
Date: Fri Dec 21 19:26:40 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
Fix unknown Fi macro.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/dist/sqlite3.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/sqlite/dist/sqlite3.1
diff -u src/external/public-domain/sqlite/dist/sqlite3.1:1.4 src/external/public-domain/sqlite/dist/sqlite3.1:1.5
--- src/external/public-domain/sqlite/dist/sqlite3.1:1.4 Mon Dec 17 16:26:38 2012
+++ src/external/public-domain/sqlite/dist/sqlite3.1 Fri Dec 21 19:26:39 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sqlite3.1,v 1.4 2012/12/17 16:26:38 christos Exp $
+.\" $NetBSD: sqlite3.1,v 1.5 2012/12/21 19:26:39 njoly Exp $
.Dd December 16, 2012
.Dt SQLITE3 1
.Os
@@ -168,7 +168,7 @@ continue prompt = " ...> "
.Ed
.It
If the file
-.Fi ~/.sqliterc
+.Pa ~/.sqliterc
exists, it is processed first.
can be found in the user's home directory, it is
read and processed.