Rename samples

They're meant to be read and studied, not run.
This commit is contained in:
Howard Chu 2014-03-16 03:55:03 -07:00
parent 797ff136a8
commit 4ddf2ec831
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* sample-bdb.c - BerkeleyDB toy/sample
/* sample-bdb.txt - BerkeleyDB toy/sample
*
* Do a line-by-line comparison of this and sample-mdb.c
* Do a line-by-line comparison of this and sample-mdb.txt
*/
/*
* Copyright 2012 Howard Chu, Symas Corp.

View File

@ -1,6 +1,6 @@
/* sample-mdb.c - MDB toy/sample
/* sample-mdb.txt - MDB toy/sample
*
* Do a line-by-line comparison of this and sample-bdb.c
* Do a line-by-line comparison of this and sample-bdb.txt
*/
/*
* Copyright 2012 Howard Chu, Symas Corp.