svn commit: r41429 - head/en_US.ISO8859-1/books/handbook/ports

Taras Korenko taras at FreeBSD.org
Mon Apr 15 13:38:08 UTC 2013


Author: taras
Date: Mon Apr 15 13:38:07 2013
New Revision: 41429
URL: http://svnweb.freebsd.org/changeset/doc/41429

Log:
  + Correct types(tags) of two elements.

Modified:
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Mon Apr 15 12:42:59 2013	(r41428)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Mon Apr 15 13:38:07 2013	(r41429)
@@ -1337,7 +1337,7 @@ Deinstalling ca_root_nss-3.13.5... done<
 
       <para>Once the compile is complete, you are returned to the
 	prompt.  The next step is to install the port using
-	<maketarget>make install</maketarget>:</para>
+	<command>make <maketarget>install</maketarget></command>:</para>
 
       <screen>&prompt.root; <userinput>make install</userinput>
 ===>  Installing for lsof-4.57
@@ -1778,7 +1778,8 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/
 
       <note>
 	<para>The <command>portsclean</command> utility is part of the
-	  <application>portupgrade</application> suite.</para>
+	  <filename role="package">ports-mgmt/portupgrade</filename>
+	  suite.</para>
       </note>
 
       <para><filename


More information about the svn-doc-all mailing list