summaryrefslogtreecommitdiff
path: root/usr.bin/vi/common/options.h
diff options
context:
space:
mode:
authormichaels <michaels@cvs.openbsd.org>1996-08-16 17:58:49 +0000
committermichaels <michaels@cvs.openbsd.org>1996-08-16 17:58:49 +0000
commit418c0bbade1dcb322b7abdbed4064993de8086c2 (patch)
tree4bad4d39a1f432f68cae3d673074f4b724aba879 /usr.bin/vi/common/options.h
parent445816164da4c953591f89549fdd9bc8825aa8c8 (diff)
nvi 1.73
Diffstat (limited to 'usr.bin/vi/common/options.h')
-rw-r--r--usr.bin/vi/common/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/options.h b/usr.bin/vi/common/options.h
index d598d0dac7a..805df7904c4 100644
--- a/usr.bin/vi/common/options.h
+++ b/usr.bin/vi/common/options.h
@@ -6,7 +6,7 @@
*
* See the LICENSE file for redistribution information.
*
- * @(#)options.h 10.16 (Berkeley) 5/16/96
+ * @(#)options.h 10.17 (Berkeley) 7/2/96
*/
/*
@@ -83,7 +83,7 @@ struct _optlist {
#define OPT_ALWAYS 0x002 /* Always call the support function. */
#define OPT_NDISP 0x004 /* Never display the option. */
#define OPT_NOSAVE 0x008 /* Mkexrc command doesn't save. */
-#define OPT_NOSET 0x010 /* Option may not be unset. */
+#define OPT_NOSET 0x010 /* Option may not be set. */
#define OPT_NOUNSET 0x020 /* Option may not be unset. */
#define OPT_NOZERO 0x040 /* Option may not be set to 0. */
u_int8_t flags;