diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-07-27 07:54:46 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-07-27 07:54:46 +0530 |
commit | fb1621a88665ade96e7874046ed62b1cd2e7ff35 (patch) | |
tree | 97f1d565ee9ea22e31d7237632bc5a807116656c /manual/tunables.texi | |
parent | de2f68c3c751df1925c50ebf3be1c9d9f79b1dcf (diff) | |
download | glibc-fb1621a88665ade96e7874046ed62b1cd2e7ff35.tar glibc-fb1621a88665ade96e7874046ed62b1cd2e7ff35.tar.gz glibc-fb1621a88665ade96e7874046ed62b1cd2e7ff35.tar.bz2 glibc-fb1621a88665ade96e7874046ed62b1cd2e7ff35.zip |
manual: Drop the .so suffix in libc_malloc_debug description
All references to libraries in the manual are without the .so prefix,
so do the same for libc_malloc_debug.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
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 e264e9150c..658547c613 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -114,7 +114,7 @@ following tunables in the @code{malloc} namespace: @deftp Tunable glibc.malloc.check This tunable supersedes the @env{MALLOC_CHECK_} environment variable and is identical in features. This tunable has no effect by default and needs the -debug library @file{libc_malloc_debug.so} to be preloaded using the +debug library @file{libc_malloc_debug} to be preloaded using the @code{LD_PRELOAD} environment variable. Setting this tunable to a non-zero value less than 4 enables a special (less |