summaryrefslogtreecommitdiff
path: root/usr.bin/less/lesskey.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-04-13 18:26:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-04-13 18:26:27 +0000
commit5569f8a6b6c831077f77d24e2c23d2e2d41fb95f (patch)
treeb79fe763d81906631382fbdc80f3b42a44b6c668 /usr.bin/less/lesskey.h
parent6b9d6b99a4fdda2ee6d9a30dec452d8202fb2017 (diff)
Merge in less-381 w/ local changes and remove obsolete files.
Diffstat (limited to 'usr.bin/less/lesskey.h')
-rw-r--r--usr.bin/less/lesskey.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/less/lesskey.h b/usr.bin/less/lesskey.h
index c8a7dcb931d..dc33c584462 100644
--- a/usr.bin/less/lesskey.h
+++ b/usr.bin/less/lesskey.h
@@ -1,4 +1,13 @@
-/* $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'