Module Name: src
Committed By: christos
Date: Mon Dec 17 16:26:38 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
now that I know how to escape a period, nothing can stop me :-)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/public-domain/sqlite/dist/sqlite3.1:1.4
--- src/external/public-domain/sqlite/dist/sqlite3.1:1.3 Sun Dec 16 18:37:34 2012
+++ src/external/public-domain/sqlite/dist/sqlite3.1 Mon Dec 17 11:26:38 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sqlite3.1,v 1.3 2012/12/16 23:37:34 wiz Exp $
+.\" $NetBSD: sqlite3.1,v 1.4 2012/12/17 16:26:38 christos Exp $
.Dd December 16, 2012
.Dt SQLITE3 1
.Os
@@ -67,7 +67,7 @@ used to control the output format, exami
database files, or perform administrative operations upon the
attached databases (such as rebuilding indices).
Meta-commands are always prefixed with a dot
-.Dq \. .
+.Dq \&. .
.Pp
A list of available meta-commands can be viewed at any time by issuing
the '.help' command.