Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 07:59:43 +0300 (EEST)
From:      Giorgos Keramidas <charon@labs.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/30664: wrap an ftp url in <ulink> tags, since it's the only one in the faq without <ulink>
Message-ID:  <200109190459.f8J4xhC17324@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

>Number:         30664
>Category:       docs
>Synopsis:       wrap an ftp url in <ulink> tags, since it's the only one in the faq without <ulink>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 22:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4
  19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	The attached patch adds a <ulink>..</ulink> around a URL that was
	included as part of the running text.  This makes for a very long (and
	unfortunately unbreakable) line, but it's the only URL in my version
	of the FAQ that is set as part of the paragraph text and not in a
	<ulink> tag pair.

>How-To-Repeat:
>Fix:

--- patch-faq-ulink begins here ---
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.266
diff -u -r1.266 book.sgml
--- book.sgml	19 Sep 2001 03:33:15 -0000	1.266
+++ book.sgml	19 Sep 2001 04:58:39 -0000
@@ -892,7 +892,7 @@
                 copy of the web site sources using your favorite ftp mirror
                 tool.  Keep in mind that you have to build these sources before
                 publishing them.  Simply start at
-                ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/www.</para>;
+                <ulink URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/www">ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/www</ulink>.</para>;
             </listitem>
           </itemizedlist>
         </answer>
--- patch-faq-ulink ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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