From owner-freebsd-hackers Tue Jan 12 00:32:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15930 for freebsd-hackers-outgoing; Tue, 12 Jan 1999 00:32:06 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from fep1-orange.clear.net.nz (fep1-orange.clear.net.nz [203.97.32.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15925 for ; Tue, 12 Jan 1999 00:32:04 -0800 (PST) (envelope-from jabley@buddha.clear.net.nz) Received: from buddha.clear.net.nz (buddha.clear.net.nz [192.168.24.106]) by fep1-orange.clear.net.nz (1.5/1.11) with ESMTP id VAA28354; Tue, 12 Jan 1999 21:31:27 +1300 (NZDT) Received: (from jabley@localhost) by buddha.clear.net.nz (8.9.1/8.9.1) id VAA57361; Tue, 12 Jan 1999 21:31:22 +1300 (NZDT) (envelope-from jabley) Date: Tue, 12 Jan 1999 21:31:21 +1300 From: Joe Abley To: Mike Smith Cc: freebsd-hackers@FreeBSD.ORG, jabley@clear.co.nz Subject: Re: FICL and setting BTX variables Message-ID: <19990112213121.B54045@clear.co.nz> References: <19990111210558.A29444@clear.co.nz> <199901111023.CAA88602@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199901111023.CAA88602@dingo.cdrom.com>; from Mike Smith on Mon, Jan 11, 1999 at 02:23:45AM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 11, 1999 at 02:23:45AM -0800, Mike Smith wrote: > > The second task is to construct a unified, sorted helpfile from two > input files. The helpfiles consist of records delimited thus: > > ##... > # T [S] D > ...data > # > > The records from each of the two files need to be sorted into topic > order, with every subtopic record sorted in following its topic record, > eg. > > Tfoo > Tfoo Sbar > Tfoo Sbaz > Tfish > ... > > The input files are /sys/boot/common/help.common and > /sys/boot/i386/loader/i386.help (i386) or > /sys/boot/alpha/boot2/alpha.help (alpha). Should the resulting helpfile be in the same format as the help.i386 and help.alpha files? I'm presuming the answer is "yes" and I am steaming ahead :) Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message