Date: Sat, 3 Aug 2002 19:42:28 +0200 (CEST) From: Martin Heinen <martin@sumuk.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/41291: [PATCH] Markup changes for mirrors/chapter.sgml Message-ID: <200208031742.g73HgSXK041901@Kain.sumuk.de>
index | next in thread | raw e-mail
>Number: 41291
>Category: docs
>Synopsis: [PATCH] Markup changes for mirrors/chapter.sgml
>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: Sat Aug 03 10:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208031742.g73HgSXK041901>
