mirror of git://sourceware.org/git/glibc.git
manual: Fix spelling of "Auxiliary."
This commit is contained in:
parent
0f5e2da160
commit
28c3f14f2e
|
@ -1,3 +1,8 @@
|
||||||
|
2018-01-23 Tobias Klauser <tklauser@distanz.ch>
|
||||||
|
|
||||||
|
* manual/tunables.texi (Hardware Capability Tunables): Fix
|
||||||
|
spelling.
|
||||||
|
|
||||||
2018-01-22 Rical Jasan <ricaljasan@pacific.net>
|
2018-01-22 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
* manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
|
* manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
|
||||||
|
|
|
@ -304,7 +304,7 @@ by setting the following tunables in the @code{tune} namespace:
|
||||||
This tunable supersedes the @env{LD_HWCAP_MASK} environment variable and is
|
This tunable supersedes the @env{LD_HWCAP_MASK} environment variable and is
|
||||||
identical in features.
|
identical in features.
|
||||||
|
|
||||||
The @code{AT_HWCAP} key in the Auxilliary Vector specifies instruction set
|
The @code{AT_HWCAP} key in the Auxiliary Vector specifies instruction set
|
||||||
extensions available in the processor at runtime for some architectures. The
|
extensions available in the processor at runtime for some architectures. The
|
||||||
@code{glibc.tune.hwcap_mask} tunable allows the user to mask out those
|
@code{glibc.tune.hwcap_mask} tunable allows the user to mask out those
|
||||||
capabilities at runtime, thus disabling use of those extensions.
|
capabilities at runtime, thus disabling use of those extensions.
|
||||||
|
|
Loading…
Reference in New Issue