diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-02-22 20:04:26 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-02-23 08:50:19 -0800 |
commit | 188ecdb7774145050a6e167a277f45f03dac5fe8 (patch) | |
tree | f8b36f6c3c6eeda4984e77b39b952d98ddc71415 /manual/tunables.texi | |
parent | 317f1c0a8a71a862b1e600ff5386b08e02cf4b95 (diff) | |
download | glibc-188ecdb7774145050a6e167a277f45f03dac5fe8.tar.gz glibc-188ecdb7774145050a6e167a277f45f03dac5fe8.tar.xz glibc-188ecdb7774145050a6e167a277f45f03dac5fe8.zip |
tunables.texi: Change \code{1} to @code{1}
Update 317f1c0a8a x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]
Diffstat (limited to 'manual/tunables.texi')
-rw-r--r-- | manual/tunables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi index c76c5c53cd..70dd2264c5 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -589,7 +589,7 @@ This tunable is specific to i386 and x86-64. @end deftp @deftp Tunable glibc.cpu.prefer_map_32bit_exec -When this tunable is set to \code{1}, shared libraries of non-setuid +When this tunable is set to @code{1}, shared libraries of non-setuid programs will be loaded below 2GB with MAP_32BIT. Note that the @env{LD_PREFER_MAP_32BIT_EXEC} environment is an alias of |