Typo: kiet -> kit

<replaceable> around a few things the user is meant to replace in the
examples.
This commit is contained in:
Nik Clayton 1999-04-08 21:29:45 +00:00
parent 153720f9f5
commit bd6db1421e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4644
5 changed files with 30 additions and 30 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
-->
<chapter id="ports">
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
actually very easy.</para>
<para>First, if you are running a release version of FreeBSD, make sure
you get the appropriate &ldquo;upgradekiet&rdquo; for your replease
you get the appropriate &ldquo;upgrade kit&rdquo; for your release
from the <ulink url="http://www.freebsd.org/ports/">ports web
page</ulink>. These packages include files that have been updated
since the release that you may need to compile new ports.</para>
@ -650,7 +650,7 @@ do-install:
is read-only. You can tell it to look somewhere else by
doing</para>
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
</listitem>
<listitem>
@ -701,7 +701,7 @@ do-install:
<para>For all the tarballs for a single ports directory, do</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
&prompt.root; <userinput>make fetch</userinput></screen>
<para>and for just one port &mdash; well, I think you have guessed
@ -719,7 +719,7 @@ do-install:
listed in <makevar>MASTER_SITES</makevar>, do as following
example.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<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>
</listitem>
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
<para>A. No problem, assuming you know how to make patches for your
changes:-</para>
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
&prompt.root; <userinput>make extract</userinput>
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
[Apply your patches]

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
-->
<chapter id="ports">
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
actually very easy.</para>
<para>First, if you are running a release version of FreeBSD, make sure
you get the appropriate &ldquo;upgradekiet&rdquo; for your replease
you get the appropriate &ldquo;upgrade kit&rdquo; for your release
from the <ulink url="http://www.freebsd.org/ports/">ports web
page</ulink>. These packages include files that have been updated
since the release that you may need to compile new ports.</para>
@ -650,7 +650,7 @@ do-install:
is read-only. You can tell it to look somewhere else by
doing</para>
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
</listitem>
<listitem>
@ -701,7 +701,7 @@ do-install:
<para>For all the tarballs for a single ports directory, do</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
&prompt.root; <userinput>make fetch</userinput></screen>
<para>and for just one port &mdash; well, I think you have guessed
@ -719,7 +719,7 @@ do-install:
listed in <makevar>MASTER_SITES</makevar>, do as following
example.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<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>
</listitem>
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
<para>A. No problem, assuming you know how to make patches for your
changes:-</para>
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
&prompt.root; <userinput>make extract</userinput>
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
[Apply your patches]

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: book.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
$Id: book.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
-->
<chapter id="ports">
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
actually very easy.</para>
<para>First, if you are running a release version of FreeBSD, make sure
you get the appropriate &ldquo;upgradekiet&rdquo; for your replease
you get the appropriate &ldquo;upgrade kit&rdquo; for your release
from the <ulink url="http://www.freebsd.org/ports/">ports web
page</ulink>. These packages include files that have been updated
since the release that you may need to compile new ports.</para>
@ -650,7 +650,7 @@ do-install:
is read-only. You can tell it to look somewhere else by
doing</para>
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
</listitem>
<listitem>
@ -701,7 +701,7 @@ do-install:
<para>For all the tarballs for a single ports directory, do</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
&prompt.root; <userinput>make fetch</userinput></screen>
<para>and for just one port &mdash; well, I think you have guessed
@ -719,7 +719,7 @@ do-install:
listed in <makevar>MASTER_SITES</makevar>, do as following
example.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<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>
</listitem>
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
<para>A. No problem, assuming you know how to make patches for your
changes:-</para>
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
&prompt.root; <userinput>make extract</userinput>
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
[Apply your patches]

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
-->
<chapter id="ports">
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
actually very easy.</para>
<para>First, if you are running a release version of FreeBSD, make sure
you get the appropriate &ldquo;upgradekiet&rdquo; for your replease
you get the appropriate &ldquo;upgrade kit&rdquo; for your release
from the <ulink url="http://www.freebsd.org/ports/">ports web
page</ulink>. These packages include files that have been updated
since the release that you may need to compile new ports.</para>
@ -650,7 +650,7 @@ do-install:
is read-only. You can tell it to look somewhere else by
doing</para>
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
</listitem>
<listitem>
@ -701,7 +701,7 @@ do-install:
<para>For all the tarballs for a single ports directory, do</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
&prompt.root; <userinput>make fetch</userinput></screen>
<para>and for just one port &mdash; well, I think you have guessed
@ -719,7 +719,7 @@ do-install:
listed in <makevar>MASTER_SITES</makevar>, do as following
example.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<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>
</listitem>
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
<para>A. No problem, assuming you know how to make patches for your
changes:-</para>
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
&prompt.root; <userinput>make extract</userinput>
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
[Apply your patches]

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: book.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
$Id: book.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
-->
<chapter id="ports">
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
actually very easy.</para>
<para>First, if you are running a release version of FreeBSD, make sure
you get the appropriate &ldquo;upgradekiet&rdquo; for your replease
you get the appropriate &ldquo;upgrade kit&rdquo; for your release
from the <ulink url="http://www.freebsd.org/ports/">ports web
page</ulink>. These packages include files that have been updated
since the release that you may need to compile new ports.</para>
@ -650,7 +650,7 @@ do-install:
is read-only. You can tell it to look somewhere else by
doing</para>
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
</listitem>
<listitem>
@ -701,7 +701,7 @@ do-install:
<para>For all the tarballs for a single ports directory, do</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
&prompt.root; <userinput>make fetch</userinput></screen>
<para>and for just one port &mdash; well, I think you have guessed
@ -719,7 +719,7 @@ do-install:
listed in <makevar>MASTER_SITES</makevar>, do as following
example.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
<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>
</listitem>
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
<para>A. No problem, assuming you know how to make patches for your
changes:-</para>
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
&prompt.root; <userinput>make extract</userinput>
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
[Apply your patches]