=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/lesskey.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/less/lesskey.h 2001/01/29 01:58:02 1.2 +++ src/usr.bin/less/lesskey.h 2003/04/13 18:26:26 1.3 @@ -1,5 +1,14 @@ -/* $OpenBSD: lesskey.h,v 1.2 2001/01/29 01:58:02 niklas Exp $ */ +/* + * Copyright (C) 1984-2002 Mark Nudelman + * + * You may distribute under the terms of either the GNU General Public + * License or the Less License, as specified in the README file. + * + * For more information about less, or for information on how to + * contact the author, see the README file. + */ + /* * Format of a lesskey file: * @@ -20,6 +29,7 @@ #define CMD_SECTION 'c' #define EDIT_SECTION 'e' +#define VAR_SECTION 'v' #define END_SECTION 'x' #define C0_END_LESSKEY_MAGIC 'E'