summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-20 13:36:44 +0000
committerjkh <jkh@FreeBSD.org>1995-05-20 13:36:44 +0000
commit27dccbcefb903076f3cd305342e2fdba1ec26dbb (patch)
tree40eb404e256cf19b5bb0fab9297b716cbeb71f2f
parentd27bb5a137d8b403eef67dccb6134514c03cd7eb (diff)
downloadFreeBSD-src-27dccbcefb903076f3cd305342e2fdba1ec26dbb.zip
FreeBSD-src-27dccbcefb903076f3cd305342e2fdba1ec26dbb.tar.gz
Correct the name of the release notes file.
-rw-r--r--release/sysinstall/menus.c4
-rw-r--r--usr.sbin/sade/menus.c4
-rw-r--r--usr.sbin/sysinstall/menus.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 07c33c9..b65c6b0 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.19 1995/05/20 07:50:19 jkh Exp $
+ * $Id: menus.c,v 1.20 1995/05/20 10:33:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -96,7 +96,7 @@ answers in the FAQ.",
{ "Copyright", "The FreeBSD Copyright notices.", /* C */
DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
{ "Release", "The release notes for this version of FreeBSD.", /* R */
- DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
+ DMENU_DISPLAY_FILE, (void *)"RELNOTES", 0, 0 },
{ "FAQ", "Frequently Asked Questions about FreeBSD.", /* F */
DMENU_DISPLAY_FILE, (void *)"faq.hlp", 0, 0 },
{ NULL } },
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 07c33c9..b65c6b0 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.19 1995/05/20 07:50:19 jkh Exp $
+ * $Id: menus.c,v 1.20 1995/05/20 10:33:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -96,7 +96,7 @@ answers in the FAQ.",
{ "Copyright", "The FreeBSD Copyright notices.", /* C */
DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
{ "Release", "The release notes for this version of FreeBSD.", /* R */
- DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
+ DMENU_DISPLAY_FILE, (void *)"RELNOTES", 0, 0 },
{ "FAQ", "Frequently Asked Questions about FreeBSD.", /* F */
DMENU_DISPLAY_FILE, (void *)"faq.hlp", 0, 0 },
{ NULL } },
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 07c33c9..b65c6b0 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.19 1995/05/20 07:50:19 jkh Exp $
+ * $Id: menus.c,v 1.20 1995/05/20 10:33:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -96,7 +96,7 @@ answers in the FAQ.",
{ "Copyright", "The FreeBSD Copyright notices.", /* C */
DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
{ "Release", "The release notes for this version of FreeBSD.", /* R */
- DMENU_DISPLAY_FILE, (void *)"COPYRIGHT", 0, 0 },
+ DMENU_DISPLAY_FILE, (void *)"RELNOTES", 0, 0 },
{ "FAQ", "Frequently Asked Questions about FreeBSD.", /* F */
DMENU_DISPLAY_FILE, (void *)"faq.hlp", 0, 0 },
{ NULL } },
OpenPOWER on IntegriCloud