Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 22:54:17 -0700
From:      Murray Stokely <murray@FreeBSD.org>
To:        Tom Rhodes <trhodes@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml
Message-ID:  <20030520225417.X8403@freebsdmall.com>
In-Reply-To: <200305202012.h4KKCnLI043890@repoman.freebsd.org>; from trhodes@FreeBSD.org on Tue, May 20, 2003 at 01:12:49PM -0700
References:  <200305202012.h4KKCnLI043890@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 20, 2003 at 01:12:49PM -0700, Tom Rhodes wrote:
>   Fix a screen tag in another part of the chapter.

Why is this a fix?  You inserted a huge gap between two closely
related commands.  You cd into a directory, then you run the make
command specified.  The two lines should be in one <screen>.

	 - Murray

Like this :
 
-	<screen>&prompt.root; <userinput>cd
         /usr/ports/<replaceable>directory</replaceable></userinput></screen>
-	 <screen>&prompt.root; <userinput>make MASTER_SITE_OVERRIDE= \
+	 <screen>&prompt.root; <userinput>cd
         /usr/ports/<replaceable>directory</replaceable></userinput>
+&prompt.root; <userinput>make MASTER_SITE_OVERRIDE= \
	       ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
         fetch</userinput></screen>




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