diff --git a/usr.orca.bin/describe/desc.h b/usr.orca.bin/describe/desc.h index 123231f..90f652a 100644 --- a/usr.orca.bin/describe/desc.h +++ b/usr.orca.bin/describe/desc.h @@ -2,14 +2,14 @@ * Header file for the describe package. This file is * used by describe(1), descc(8), and descu(8). * - * $Id: desc.h,v 1.3 1997/09/24 06:34:57 gdr Exp $ + * $Id: desc.h,v 1.4 1997/09/26 05:56:54 gdr Exp $ */ /* Keep these utilities in lockstep. */ #define _VERSION_ "v1.0.4" #define QUOTE_CHAR '#' -#define DATABASE "/usr/lib/describe" +#define DATABASE "/usr/lib/describe.db" #define FIELD_LEN 9 #define NAME_LEN 34