Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 1999 22:42:22 +0100 (CET)
From:      mkamm@gmx.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/15020: sysinstall seeks documentation in old locations
Message-ID:  <199911202142.WAA00741@localhost.kfunigraz.ac.at>

index | next in thread | raw e-mail


>Number:         15020
>Category:       docs
>Synopsis:       sysinstall seeks documentation in old locations
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 09:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Graz University of Technology
>Environment:
>Description:
	sysinstall seeks handbook and FAQ in obsolete locations
>How-To-Repeat:
>Fix:
Index: doc.c
===================================================================
RCS file: /home/mycvs/src/release/sysinstall/doc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- doc.c	1999/10/19 10:09:16	1.1.1.1
+++ doc.c	1999/10/28 14:22:38	1.2
@@ -101,13 +101,13 @@
     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/FAQ.html");
+	strcpy(target, "/usr/share/doc/faq/index.html");
 	if (!file_readable(target))
 	    strcpy(target, "http://www.freebsd.org/FAQ");
 	where = target;
     }
     else if (!strcmp(str, "Handbook")) {
-	strcpy(target, "/usr/share/doc/handbook/handbook.html");
+	strcpy(target, "/usr/share/doc/handbook/index.html");
 	if (!file_readable(target))
 	    strcpy(target, "http://www.freebsd.org/handbook");
 	where = target;

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911202142.WAA00741>