fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6!

This commit is contained in:
Wolfram Schneider 1996-10-23 22:28:56 +00:00
parent 323a8537ab
commit 88f04d6fce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19139
3 changed files with 6 additions and 6 deletions

View File

@ -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: doc.c,v 1.17 1996/07/02 01:03:40 jkh Exp $
* $Id: doc.c,v 1.18 1996/07/05 08:35:53 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -100,7 +100,7 @@ docShowDocument(dialogMenuItem *self)
else if (!strcmp(str, "Other"))
where = msgGetInput("http://www.freebsd.org", "Please enter the URL of the location you wish to visit.");
else if (!strcmp(str, "FAQ")) {
strcpy(target, "/usr/share/doc/FAQ/freebsd-faq.html");
strcpy(target, "/usr/share/doc/FAQ/FAQ.html");
if (!file_readable(target))
strcpy(target, "http://www.freebsd.org/FAQ");
where = target;

View File

@ -145,7 +145,7 @@ capable browser by saying:
<browser> file:/usr/share/doc/handbook/handbook.html
To read the FAQ:
<browser> file:/usr/share/doc/FAQ/freebsd-faq.html
<browser> file:/usr/share/doc/FAQ/FAQ.html
You can also visit the master (and most frequently updated) copies at
http://www.freebsd.org.
@ -538,4 +538,4 @@ We sincerely hope you enjoy this release of FreeBSD!
The FreeBSD Core Team
$Id: relnotes.hlp,v 1.14 1996/10/07 04:43:01 jkh Exp $
$Id: relnotes.hlp,v 1.15 1996/10/13 01:53:24 jkh Exp $

View File

@ -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: doc.c,v 1.17 1996/07/02 01:03:40 jkh Exp $
* $Id: doc.c,v 1.18 1996/07/05 08:35:53 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -100,7 +100,7 @@ docShowDocument(dialogMenuItem *self)
else if (!strcmp(str, "Other"))
where = msgGetInput("http://www.freebsd.org", "Please enter the URL of the location you wish to visit.");
else if (!strcmp(str, "FAQ")) {
strcpy(target, "/usr/share/doc/FAQ/freebsd-faq.html");
strcpy(target, "/usr/share/doc/FAQ/FAQ.html");
if (!file_readable(target))
strcpy(target, "http://www.freebsd.org/FAQ");
where = target;