On 5/25/17 5:43 PM, Jeremy Huntwork wrote:
On 5/25/17 5:38 PM, Ken Moffat wrote:
On Thu, May 25, 2017 at 04:44:59PM -0400, Jeremy Huntwork wrote:
On 5/25/17 4:42 PM, akhiezer wrote:
OK, I see an apparently-unbalanced 'dl' tag in:

    http://www.linuxfromscratch.org/lfs/faq.html

; a few lines after the line (omitting html tags here):

    wget --input-file=LFS-BOOK-x.y-wget-list

NB of course that, in the usual way, this is just reporting the first
instance of an unbalanced tag: it o/c does not necessarily mean that
the tag should not be there - e.g. it may be unbalanced because other
tags/&c are missing.

Yes, on line 434 there's a missing opening <dl>

JH

Now I'm *really* confused.  Line 434 is in the middle of a
paragraph, copying by hand

      packages form the heart of your LFS system, (etc)

Will reply to akh in a few minutes when I've looked for the text he
mentioned.


When I view the source of http://www.linuxfromscratch.org/lfs/faq.html, my browser shows me line numbers. This is what I see starting on line 432:

         </dd>
       </dl>
<dt id="wget">Is there a way to download all current files at one time?</dt>
         <dd>
<p>Yes. You can download the file LFS-BOOK-x.y-wget-list <a href=
           "http://www.linuxfromscratch.org/lfs/downloads/stable";>
http://www.linuxfromscratch.org/lfs/downloads/stable</a>. To download all the files, use the version of <code>wget</code> on your host distribution to run:</p>

           <code>wget --input-file=LFS-BOOK-x.y-wget-list</code>

         </dd>
       </dl>

After that first </dl> on 433 there should be another opening <dl> on line 434.

We used to have the website repo publicly viewable, didn't we?

Also, if the source is the same as it used to be, and you are actually looking at the source, you will probably be missing lines as there are files which get included dynamically. The line numbers I am referencing are from the fully rendered html page.

JH

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to