Matt Storer <mstorer at gmail dot com> pointed out the misuse of the
word "defiantly" here. I decided to get rid of it rather than correct it, and noticed some other parts of the surrounding paragraph required work. In summary: o Correct misuses of "defiantly" and "delimited" o Add the class attribute to directory names o Fix some grammar bogons
This commit is contained in:
parent
522ee9dc29
commit
ec76c98c51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23257
1 changed files with 10 additions and 10 deletions
|
@ -1097,17 +1097,17 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
|||
<primary>ports</primary>
|
||||
<secondary>disk-space</secondary>
|
||||
</indexterm>
|
||||
<para>Using the ports collection can defiantly eat up your disk
|
||||
space. For this reason you should always remember to clean up
|
||||
the work directories using the <command>make
|
||||
<makevar>clean</makevar></command> option. This will remove
|
||||
the <filename>work</filename> directory after a port has been
|
||||
built, and installed. You can also remove the tar files from
|
||||
the <filename>distfiles</filename> directory, and remove the
|
||||
installed ports when their use has delimited.</para>
|
||||
<para>Using the ports collection will use up disk
|
||||
space over time. For this reason you should always remember to clean up
|
||||
the temporary <filename class="directory">work</filename> directories using the <command>make
|
||||
<makevar>clean</makevar></command> command. This will remove
|
||||
the <filename class="directory">work</filename> directory after a port has been
|
||||
built and installed. You can also remove the source distribution files from
|
||||
the <filename class="directory">distfiles</filename> directory, and remove the
|
||||
installed ports if the need for them has passed.</para>
|
||||
|
||||
<para>Some users choose to limit the port categories by placing an entry
|
||||
in the <filename>refuse</filename> file. This way when they run the
|
||||
<para>Some users choose to limit the available port categories by placing an entry
|
||||
in the <filename>refuse</filename> file. This way, when they run the
|
||||
<application>CVSup</application> application, it will not download the
|
||||
files in that category. More information regarding the
|
||||
<filename>refuse</filename> file can be found in <xref
|
||||
|
|
Loading…
Reference in a new issue