Re: FICL and setting BTX variables

[ Available lists | Index of freebsd-hackers | Month of Jan 1999 | Week of 12 Jan 1999 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Joe Abley <jabley@clear.co.nz>
Date
12 Jan 1999 00:32:06
Subject
Re: FICL and setting BTX variables
Message-ID
19990112213121.B54045@clear.co.nz

References to
Replies
Referenced by

[ Hide this part ]
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<topic> [S<subtopic>] D<multiword description>
> ...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


Elapsed time: 0.132 seconds