summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-03-24 12:06:13 +0000
committerjkh <jkh@FreeBSD.org>1996-03-24 12:06:13 +0000
commita1bb502e764f2d505eb7fbb86971cad71f1a250a (patch)
tree8966d95f56f749006ada6a49e1045b9318a73cf6 /usr.sbin
parent827fe02162b866f1aabeb99fea88f1087ca5fa5d (diff)
downloadFreeBSD-src-a1bb502e764f2d505eb7fbb86971cad71f1a250a.zip
FreeBSD-src-a1bb502e764f2d505eb7fbb86971cad71f1a250a.tar.gz
Clean up the options screen a little bit by shortening it by one line
in the vertical axis.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index c4e9a84..219e3d7 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: options.c,v 1.29 1996/03/21 09:30:12 jkh Exp $
+ * $Id: options.c,v 1.30 1996/03/23 07:21:30 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -145,7 +145,7 @@ static Option Options[] = {
};
#define OPT_START_ROW 4
-#define OPT_END_ROW 20
+#define OPT_END_ROW 19
#define OPT_NAME_COL 0
#define OPT_VALUE_COL 16
#define GROUP_OFFSET 40
OpenPOWER on IntegriCloud