- whitespace cleanup. translators can ignore

Differential Revision:	https://reviews.freebsd.org/D1838
Approved by:	bcr (mentor)
This commit is contained in:
Jason Helfman 2015-02-15 18:38:40 +00:00
parent 7bf7f92aaf
commit 00d106f877
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46276
2 changed files with 13 additions and 19 deletions

View file

@ -429,8 +429,8 @@ etc/orbit.conf-dist
the unpacking process. If command contains any of these the unpacking process. If command contains any of these
sequences somewhere in it, they are expanded sequences somewhere in it, they are expanded
inline. For these examples, assume that inline. For these examples, assume that
<literal>@cwd</literal> is set to <filename <literal>@cwd</literal> is set to
>/usr/local</filename> and the last <filename>/usr/local</filename> and the last
extracted file was <filename>bin/emacs</filename>.</para> extracted file was <filename>bin/emacs</filename>.</para>
<variablelist> <variablelist>
@ -449,8 +449,7 @@ etc/orbit.conf-dist
<listitem> <listitem>
<para>Expand to the current directory prefix, as set <para>Expand to the current directory prefix, as set
with <literal>@cwd</literal>. In the example case with <literal>@cwd</literal>. In the example case
<filename <filename>/usr/local</filename>.</para>
>/usr/local</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -461,8 +460,8 @@ etc/orbit.conf-dist
<para>Expand to the basename of the fully qualified <para>Expand to the basename of the fully qualified
filename, that is, the current directory prefix plus filename, that is, the current directory prefix plus
the last filespec, minus the trailing filename. In the last filespec, minus the trailing filename. In
the example case, that would be <filename the example case, that would be
>/usr/local/bin</filename>.</para> <filename>/usr/local/bin</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -582,9 +581,8 @@ etc/orbit.conf-dist
<title>Creating New Keywords</title> <title>Creating New Keywords</title>
<para>Package list files can be extended by keywords that are <para>Package list files can be extended by keywords that are
defined in the <filename defined in the <filename>${PORTSDIR}/Keywords</filename>
>${PORTSDIR}/Keywords</filename> directory. directory. The settings for each keyword are stored in a
The settings for each keyword are stored in a
<acronym>UCL</acronym> file named <acronym>UCL</acronym> file named
<filename><replaceable>keyword</replaceable>.ucl</filename>. <filename><replaceable>keyword</replaceable>.ucl</filename>.
The file must contain at least one of the next The file must contain at least one of the next

View file

@ -672,15 +672,11 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
by default, add it to <varname>PLIST_SUB</varname> by default, add it to <varname>PLIST_SUB</varname>
and <varname>MAKE_ENV</varname>, and create it upon and <varname>MAKE_ENV</varname>, and create it upon
installation. If <varname>KMODDIR</varname> is set installation. If <varname>KMODDIR</varname> is set
to to <filename>/boot/kernel</filename>, it will be
<filename>/boot/kernel</filename>, rewritten to <filename>/boot/modules</filename>. This
it will be rewritten to <filename
>/boot/modules</filename>. This
prevents breaking packages when upgrading the kernel prevents breaking packages when upgrading the kernel
due to <filename due to <filename>/boot/kernel</filename> being
>/boot/kernel</filename> being renamed to <filename>/boot/kernel.old</filename> in
renamed to <filename
>/boot/kernel.old</filename> in
the process.</para> the process.</para>
</listitem> </listitem>
@ -1287,8 +1283,8 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<listitem> <listitem>
<para><varname>WEBPLUGIN_DIR</varname>: The directory <para><varname>WEBPLUGIN_DIR</varname>: The directory
to install the plug-in files to, default <filename to install the plug-in files to, default
><replaceable>PREFIX</replaceable>/lib/browser_plugins/<replaceable>WEBPLUGIN_NAME</replaceable></filename>. <filename><replaceable>PREFIX</replaceable>/lib/browser_plugins/<replaceable>WEBPLUGIN_NAME</replaceable></filename>.
Set this if the port installs plug-in files outside Set this if the port installs plug-in files outside
of the default directory to prevent broken symbolic of the default directory to prevent broken symbolic
links.</para> links.</para>