From fb68dd4ec93b76fc7b138082ff45849853157b91 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sun, 16 Mar 2014 22:07:35 +0000 Subject: [PATCH] Restore lost tags. --- .../books/handbook/ports/chapter.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml index b3d3f6ba6b..370c38bc52 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml @@ -249,7 +249,7 @@ If the Ports Collection is already installed, there are several methods to query the local version of the ports tree. To find out which category a port is in, type - whereis file, + whereis file, where file is the program to be installed: @@ -311,9 +311,9 @@ Info: Lists information about open files (similar to fstat(1)) For more in-depth searching, use make search - key=string or + key=string or make quicksearch - key=string, where + key=string, where string is some text to search for. The text can be in comments, descriptions, or dependencies in order to find ports which relate to a @@ -390,7 +390,7 @@ Info: Lists information about open files (similar to fstat(1)) pkg_add - &prompt.root; pkg_add -r lsof + &prompt.root; pkg_add -r lsof In this example, lsof is used without specifying a version number as the version is not included @@ -539,7 +539,7 @@ docbook = To remove a previously installed software package, use &man.pkg.delete.1;: - &prompt.root; pkg_delete xchat-2.8.8_1 + &prompt.root; pkg_delete xchat-2.8.8_1 Note that &man.pkg.delete.1; requires the full package name and number and that the above command would not work if @@ -548,7 +548,7 @@ docbook = &man.pkg.version.1; to find the version of the installed package, or use a wildcard: - &prompt.root; pkg_delete xchat\* + &prompt.root; pkg_delete xchat\* in this case, all packages whose names start with xchat will be deleted. @@ -688,7 +688,7 @@ pkg-1.1.4_1 where packagename is the name of the package to install: - &prompt.root; pkg install packagename + &prompt.root; pkg install packagename This command uses repository data to determine which version of the software to install and if it has any @@ -799,7 +799,7 @@ Deinstalling ca_root_nss-3.15.1_1... done pkgng.db with a suitable file name: - &prompt.root; pkg backup -d pkgng.db + &prompt.root; pkg backup -d pkgng.db Additionally, pkgng includes a &man.periodic.8; script to automatically perform a daily @@ -817,7 +817,7 @@ Deinstalling ca_root_nss-3.15.1_1... done To restore the contents of a previous package database backup, run: - &prompt.root; pkg backup -r /path/to/pkgng.db + &prompt.root; pkg backup -r /path/to/pkgng.db @@ -870,7 +870,7 @@ Deinstalling ca_root_nss-3.15.1_1... done the modified origin. To force a reinstallation of dependent packages, run: - &prompt.root; pkg install -Rf graphics/freeglut + &prompt.root; pkg install -Rf graphics/freeglut @@ -1221,9 +1221,9 @@ Deinstalling ca_root_nss-3.15.1_1... done specified in the Makefile. When using, specify the alternate location: - &prompt.root; cd /usr/ports/directory + &prompt.root; cd /usr/ports/directory &prompt.root; make MASTER_SITE_OVERRIDE= \ -ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch +ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch The WRKDIRPREFIX and PREFIX variables can override the default @@ -1428,7 +1428,7 @@ The deinstallation will free 229 kB port. To use this function, specify the location of the port in the Ports Collection: - &prompt.root; portmaster shells/bash + &prompt.root; portmaster shells/bash @@ -1462,7 +1462,7 @@ The deinstallation will free 229 kB To upgrade only a specified application instead of all available ports, use portupgrade - pkgname. It is very important to include + pkgname. It is very important to include to first upgrade all the ports required by the given application: