]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/rtld.c (dl_main): Extend help message for --audit option.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 2009 00:12:20 +0000 (00:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 2009 00:12:20 +0000 (00:12 +0000)
ChangeLog
elf/rtld.c

index 2f9f842e3be03e70a9681312c7c52bf5035f7ebc..82bd124a4e1fd9c1f5b18a92986ead562145bd57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/rtld.c (dl_main): Extend help message for --audit option.
+
        [BZ #9759]
        * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
        alphasort64, versionsort, and versionsort64 to POSIX 2008.
index aa4c030f730c7b7527969cdc55268b6a58374dfa..5282d2c71f248a7b304eb0b0d1a41ed7809101fc 100644 (file)
@@ -1011,7 +1011,8 @@ of this helper program; chances are you did not intend to run this program.\n\
   --library-path PATH   use given PATH instead of content of the environment\n\
                         variable LD_LIBRARY_PATH\n\
   --inhibit-rpath LIST  ignore RUNPATH and RPATH information in object names\n\
-                        in LIST\n");
+                        in LIST\n\
+  --audit LIST          use objects named in LIST as auditors\n");
 
       ++_dl_skip_args;
       --_dl_argc;