manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]

Message ID 20201012151558.4741-1-bensberg@telfort.nl
State Committed
Headers
Series manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015] |

Commit Message

Benno Schulenberg Oct. 12, 2020, 3:15 p.m. UTC
  Reported-by: Martin Dorey <martin.dorey@hds.com>
---
 manual/memory.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Florian Weimer Oct. 13, 2020, 1 p.m. UTC | #1
* Benno Schulenberg via Libc-alpha:

> Reported-by: Martin Dorey <martin.dorey@hds.com>
> ---
>  manual/memory.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/manual/memory.texi b/manual/memory.texi
> index e5ea71bc6d..c132261084 100644
> --- a/manual/memory.texi
> +++ b/manual/memory.texi
> @@ -1142,7 +1142,7 @@ overwritten.
>  The default value of this parameter is @code{0}.
>  
>  This parameter can also be set for the process at startup by setting the
> -environment variable @env{MALLOC_MMAP_PERTURB_} to the desired value.
> +environment variable @env{MALLOC_PERTURB_} to the desired value.
>  
>  @item M_TOP_PAD
>  This parameter determines the amount of extra memory to obtain from the system

Thanks, applied.

Florian
  

Patch

diff --git a/manual/memory.texi b/manual/memory.texi
index e5ea71bc6d..c132261084 100644
--- a/manual/memory.texi
+++ b/manual/memory.texi
@@ -1142,7 +1142,7 @@  overwritten.
 The default value of this parameter is @code{0}.
 
 This parameter can also be set for the process at startup by setting the
-environment variable @env{MALLOC_MMAP_PERTURB_} to the desired value.
+environment variable @env{MALLOC_PERTURB_} to the desired value.
 
 @item M_TOP_PAD
 This parameter determines the amount of extra memory to obtain from the system