From 76998286a2a399775944c7973488d7439f6751b4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 3 Nov 2005 14:11:30 +0000 Subject: [PATCH] Fix typo: s/LD_DEBUG_OUTPUT/LD_PROFILE_OUTPUT/ --- Changes | 3 +++ man8/ld.so.8 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 517773f01..852e43d18 100644 --- a/Changes +++ b/Changes @@ -21,3 +21,6 @@ places. Changes to individual pages --------------------------- +ld.so.8 + mtk + Fix typo: s/LD_DEBUG_OUTPUT/LD_PROFILE_OUTPUT/ diff --git a/man8/ld.so.8 b/man8/ld.so.8 index be271cbed..a29bf107d 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -175,7 +175,7 @@ Shared object to be profiled. File where .B LD_PROFILE output should be stored, default is standard output. -LD_DEBUG_OUTPUT is ignored for set-user-ID/set-group-ID binaries. +LD_PROFILE_OUTPUT is ignored for set-user-ID/set-group-ID binaries. .TP .B LD_AOUT_LIBRARY_PATH (libc5)