Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 10:23:21 +0000 (UTC)
From:      Murray Stokely <murray@FreeBSD.org>
To:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml
Message-ID:  <200408251023.i7PANLhI062432@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
murray      2004-08-25 10:23:21 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml 
  Log:
  Use a more precise ulink and prevent a needless footnote from being created.
  
  This could also have been done with
  
  <ulink url="&url.base;/docs.html"></ulink>.
  
  but that would have caused "../../../docs.html" to be dislpayed in the
  HTML version.  That's what we want to link to, but it looks better to
  display the absolute URL inline.  This commit gives us the best of
  both worlds, for print and HTML output :
  
            browse the list of tutorials at <ulink
  -         url="&url.base;/index.html">http://www.FreeBSD.org/</ulink>.
  +         url="&url.base;/docs.html">http://www.FreeBSD.org/docs.html</ulink>;
  
  Found by:       loader@freebsdmall.com
  
  Revision  Changes    Path
  1.143     +1 -1      doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml



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