From charon@labs.gr  Tue Sep 18 21:59:51 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id D09C437B412
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Sep 2001 21:59:49 -0700 (PDT)
Received: from hades.hell.gr (patr530-b105.otenet.gr [195.167.121.233])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8J4xiH10248
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Sep 2001 07:59:44 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f8J4xhC17324;
	Wed, 19 Sep 2001 07:59:43 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109190459.f8J4xhC17324@hades.hell.gr>
Date: Wed, 19 Sep 2001 07:59:43 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: wrap an ftp url in <ulink> tags, since it's the only one in the faq without <ulink>
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 22:00:00 PDT 2001
>Closed-Date:    Tue Sep 18 22:06:28 PDT 2001
>Last-Modified:  Tue Sep 18 22:06:35 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Tue Sep 18 22:06:28 PDT 2001 
State-Changed-Why:  
Committed, thanks! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30664 
>Unformatted:
