From vincent@Kain.sumuk.de  Sat Aug  3 10:42:31 2002
Return-Path: <vincent@Kain.sumuk.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B21837B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Aug 2002 10:42:31 -0700 (PDT)
Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B07843E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Aug 2002 10:42:30 -0700 (PDT)
	(envelope-from vincent@Kain.sumuk.de)
Received: from Kain.sumuk.de (localhost [127.0.0.1])
	by Kain.sumuk.de (8.12.3/8.12.3) with ESMTP id g73HgSFW041902
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 3 Aug 2002 19:42:29 +0200 (CEST)
	(envelope-from vincent@Kain.sumuk.de)
Received: (from vincent@localhost)
	by Kain.sumuk.de (8.12.3/8.12.3/Submit) id g73HgSXK041901;
	Sat, 3 Aug 2002 19:42:28 +0200 (CEST)
Message-Id: <200208031742.g73HgSXK041901@Kain.sumuk.de>
Date: Sat, 3 Aug 2002 19:42:28 +0200 (CEST)
From: Martin Heinen <martin@sumuk.de>
Reply-To: Martin Heinen <martin@sumuk.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Markup changes for mirrors/chapter.sgml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41291
>Category:       docs
>Synopsis:       [PATCH] Markup changes for mirrors/chapter.sgml
>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:   Sat Aug 03 10:50:01 PDT 2002
>Closed-Date:    Sun Aug 04 03:20:08 PDT 2002
>Last-Modified:  Sun Aug 04 03:20:08 PDT 2002
>Originator:     Martin Heinen
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD Kain.sumuk.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 20:01:38 CEST 2002 toor@Kain.sumuk.de:/usr/obj/usr/src/sys/KAIN i386


	
>Description:
	<literal>HOME</literal> -> <envar>HOME</envar>
	refuse file -> <filename>refuse</filename> file
>How-To-Repeat:
	Read the CVSup section in the handbook.
>Fix:
Index: chapter.sgml
===================================================================
RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v
retrieving revision 1.226
diff -u -r1.226 chapter.sgml
--- chapter.sgml	19 Jul 2002 09:20:54 -0000	1.226
+++ chapter.sgml	3 Aug 2002 17:28:47 -0000
@@ -1103,7 +1103,7 @@
 	  <para>The <command>cvs login</command> command, stores the passwords
 	    that are used for authenticating to the CVS server in a file
 	    called <filename>.cvspass</filename> in your
-	    <literal>HOME</literal> directory.  If this file doesn't exist,
+	    <envar>HOME</envar> directory.  If this file doesn't exist,
 	    you might get an error when trying to use <command>cvs
 	    login</command> for the first time.  Just make an empty
 	    <filename>.cvspass</filename> file, and retry to login.</para>
@@ -2005,7 +2005,7 @@
 	</listitem>
       </itemizedlist>
       <sect3>
-       <title>The refuse File</title>
+       <title>The <filename>refuse</filename> File</title>
 
        <para>As mentioned above, <application>CVSup</application> uses
        a <emphasis>pull method</emphasis>. Basically, this means that
@@ -2027,28 +2027,28 @@
        saying <emphasis>ports-all</emphasis>). However, since the doc
        and www trees do not have language-specific collections, you
        must use one of <application>CVSup</application>'s many nifty
-       features; the <emphasis>refuse file</emphasis>.</para>
+       features; the <filename>refuse</filename> file.</para>
 
-       <para>The <emphasis>refuse file</emphasis> essentially tells
+       <para>The <filename>refuse</filename> file essentially tells
        <application>CVSup</application> that it should not take every
        single file from a collection; in other words, it tells the
        client to <emphasis>refuse</emphasis> certain files from the
-       server. The refuse file can be found (or, if you do not yet
+       server. The <filename>refuse</filename> file can be found (or, if you do not yet
        have one, should be placed) in
        <filename><replaceable>base</replaceable>/sup/refuse</filename>.
        <replaceable>base</replaceable> is defined in your supfile; by
        default, <replaceable>base</replaceable> is
        <filename>/usr/local/etc/cvsup</filename>, 
-       which means that by default the refuse file is in 
+       which means that by default the <filename>refuse</filename> file is in 
        <filename>/usr/local/etc/cvsup/sup/refuse</filename>.</para>
 
-       <para>The refuse file has a very simple format; it simply
+       <para>The <filename>refuse</filename> file has a very simple format; it simply
        contains the names of files or directories that you do not wish
        to download.  For example, if you cannot speak any languages other
        than English and some German, and you do not feel the need to use
        the German applications (or applications for any other
        languages, except for English), you can put the following in your
-       <emphasis>refuse file</emphasis>:</para>
+       <filename>refuse</filename> file:</para>
 
        <screen>ports/chinese
 ports/french
@@ -2076,13 +2076,13 @@
        URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/FreeBSD-current/">FreeBSD
        FTP server</ulink>).  Note that the name
        of the repository is the first <quote>directory</quote> in the
-       <emphasis>refuse file</emphasis>.</para>
+       <filename>refuse</filename> file.</para>
 
        <para>With this very useful feature, those users who are on
        slow links or pay by the minute for their Internet connection
        will be able to save valuable time as they will no longer need
        to download files that they will never use. For more
-       information on <emphasis>refuse files</emphasis> and other neat
+       information on <filename>refuse</filename> files and other neat
        features of <application>CVSup</application>, please view its
        manual page.</para> 
       </sect3>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: chern 
State-Changed-When: Sun Aug 4 03:19:47 PDT 2002 
State-Changed-Why:  
Committed in r1.226, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41291 
>Unformatted:
