Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-03-16 22:07:35 +00:00
parent e8eb6ab2db
commit fb68dd4ec9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44250

View file

@ -249,7 +249,7 @@
<para>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
<command>whereis file</command>,
<command>whereis <replaceable>file</replaceable></command>,
where <replaceable>file</replaceable> is the program to be
installed:</para>
@ -311,9 +311,9 @@ Info: Lists information about open files (similar to fstat(1))</screen>
<para>For more in-depth searching, use
<command>make search
key=string</command> or
key=<replaceable>string</replaceable></command> or
<command>make quicksearch
key=string</command>, where
key=<replaceable>string</replaceable></command>, where
<replaceable>string</replaceable> 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))</screen>
<indexterm>
<primary><command>pkg_add</command></primary>
</indexterm>
<screen>&prompt.root; <userinput>pkg_add -r lsof</userinput></screen>
<screen>&prompt.root; <userinput>pkg_add -r <replaceable>lsof</replaceable></userinput></screen>
<para>In this example, <literal>lsof</literal> is used without
specifying a version number as the version is not included
@ -539,7 +539,7 @@ docbook =
<para>To remove a previously installed software package, use
&man.pkg.delete.1;:</para>
<screen>&prompt.root; <userinput>pkg_delete xchat-2.8.8_1</userinput></screen>
<screen>&prompt.root; <userinput>pkg_delete <replaceable>xchat-2.8.8_1</replaceable></userinput></screen>
<para>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:</para>
<screen>&prompt.root; <userinput>pkg_delete xchat\*</userinput></screen>
<screen>&prompt.root; <userinput>pkg_delete <replaceable>xchat\*</replaceable></userinput></screen>
<para>in this case, all packages whose names start with
<literal>xchat</literal> will be deleted.</para>
@ -688,7 +688,7 @@ pkg-1.1.4_1</screen>
where <replaceable>packagename</replaceable> is the name of
the package to install:</para>
<screen>&prompt.root; <userinput>pkg install packagename</userinput></screen>
<screen>&prompt.root; <userinput>pkg install <replaceable>packagename</replaceable></userinput></screen>
<para>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</screen>
<replaceable>pkgng.db</replaceable> with a suitable file
name:</para>
<screen>&prompt.root; <userinput>pkg backup -d pkgng.db</userinput></screen>
<screen>&prompt.root; <userinput>pkg backup -d <replaceable>pkgng.db</replaceable></userinput></screen>
<para>Additionally, <application>pkgng</application> includes
a &man.periodic.8; script to automatically perform a daily
@ -817,7 +817,7 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
<para>To restore the contents of a previous package database
backup, run:</para>
<screen>&prompt.root; <userinput>pkg backup -r /path/to/pkgng.db</userinput></screen>
<screen>&prompt.root; <userinput>pkg backup -r <replaceable>/path/to/pkgng.db</replaceable></userinput></screen>
</sect2>
<sect2 xml:id="pkgng-clean">
@ -870,7 +870,7 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
the modified origin. To force a reinstallation of dependent
packages, run:</para>
<screen>&prompt.root; <userinput>pkg install -Rf graphics/freeglut</userinput></screen>
<screen>&prompt.root; <userinput>pkg install -Rf <replaceable>graphics/freeglut</replaceable></userinput></screen>
</note>
</sect2>
</sect1>
@ -1221,9 +1221,9 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
specified in the <filename>Makefile</filename>. When using,
specify the alternate location:</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.organization.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
<replaceable>ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/</replaceable> fetch</userinput></screen>
<para>The <varname>WRKDIRPREFIX</varname> and
<varname>PREFIX</varname> 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:</para>
<screen>&prompt.root; <userinput>portmaster shells/bash</userinput></screen>
<screen>&prompt.root; <userinput>portmaster <replaceable>shells/bash</replaceable></userinput></screen>
</sect3>
<sect3 xml:id="portupgrade">
@ -1462,7 +1462,7 @@ The deinstallation will free 229 kB
<para>To upgrade only a specified application instead of all
available ports, use <command>portupgrade
pkgname</command>. It is very important to include
<replaceable>pkgname</replaceable></command>. It is very important to include
<option>-R</option> to first upgrade all the ports required
by the given application:</para>