mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Typos by rhubarbpieguy
This commit is contained in:
parent
7aedf147ed
commit
5031e908be
@ -366,7 +366,7 @@
|
||||
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
|
||||
OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
|
||||
KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
|
||||
INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
|
||||
INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
|
||||
LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF
|
||||
ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW
|
||||
|
@ -202,7 +202,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Ubuntu <ulink url="ftp://ftp.ubuntu.com/ubuntu/pool/"/> - see the
|
||||
debian notes above.</para>
|
||||
Debian notes above.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>If everything else fails, try the blfs-support mailing-list.</para>
|
||||
|
@ -227,7 +227,7 @@ tar -xvf filename.tar.bz2</userinput></screen>
|
||||
the number of logical processors N is greater than 2; or N + 1 if
|
||||
N is 1 or 2. The reason to use a number of jobs slightly greater
|
||||
than the number of logical processors is keeping all logical
|
||||
processors busy even if some jobs are performing I/O operatations.
|
||||
processors busy even if some jobs are performing I/O operations.
|
||||
</para>
|
||||
|
||||
<para>Generally the number of processes should not exceed the number of
|
||||
@ -486,7 +486,7 @@ chmod 755 blfs-yes-test2</userinput></screen>
|
||||
packages are not installed. If a recommended dependency is said
|
||||
to be <quote>runtime</quote>, it means that BLFS strongly suggests
|
||||
that this dependency is installed before using the package, for
|
||||
getting full funtionality.</para>
|
||||
getting full functionality.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>Optional</emphasis> means that this package might be
|
||||
@ -708,7 +708,7 @@ chmod 744 /usr/sbin/strip-all.sh</userinput></screen>
|
||||
libraries and their details (particularly, finding out about available
|
||||
options and their default values) differ. It may be easiest to understand
|
||||
the issues caused by some choices (typically slow execution or
|
||||
unexpected use of, or omission of, optimizatons) by starting with
|
||||
unexpected use of, or omission of, optimizations) by starting with
|
||||
the <envar>CFLAGS</envar>, <envar>CXXFLAGS</envar>, and
|
||||
<envar>LDFLAGS</envar> environment variables. There are also some
|
||||
programs which use Rust.
|
||||
@ -1036,7 +1036,7 @@ chmod 744 /usr/sbin/strip-all.sh</userinput></screen>
|
||||
When a shared library is built by GCC, a feature named
|
||||
<quote>semantic interposition</quote> is enabled by default. When
|
||||
the shared library refers to a symbol name with external linkage
|
||||
and default visbility, if the symbol exists in both the shared
|
||||
and default visibility, if the symbol exists in both the shared
|
||||
library and the main executable, semantic interposition guarantees
|
||||
the symbol in the main executable is always used. This feature
|
||||
was invented in an attempt to make the behavior of linking a shared
|
||||
|
@ -208,7 +208,7 @@ ln -sfv libsudo_util.so.0.0.0 /usr/lib/sudo/libsudo_util.so.0</userinput></scree
|
||||
<para>
|
||||
A couple of common configuration changes are to set the path for the
|
||||
super user and to allow members of the wheel group to execute all
|
||||
commands after providing their own credientials. Use the following
|
||||
commands after providing their own credentials. Use the following
|
||||
commands to create the <filename>/etc/sudoers.d/00-sudo</filename>
|
||||
configuration file as the
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
|
@ -326,7 +326,7 @@ tar -xf ../../texlive-&tex-tlpdb-version;-tlpdb-full.tar.gz -C $TEXLIVE_PREFIX/t
|
||||
<screen role="root"><userinput>tar -xf ../../texlive-&texmf-version;-texmf.tar.xz -C $TEXLIVE_PREFIX --strip-components=1</userinput></screen>
|
||||
|
||||
<para>
|
||||
It has been established by debian that the <command>python</command>
|
||||
It has been established by Debian that the <command>python</command>
|
||||
scripts in <filename class="directory">l\atex-make</filename> will work
|
||||
with <command>python3</command>, so update them to invoke that by running
|
||||
the following command as the <systemitem class="username">root</systemitem>
|
||||
|
Loading…
Reference in New Issue
Block a user