diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-16 00:12:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-16 00:12:20 +0000 |
commit | 7e342603659dddcb768a516b93844870884ad2c4 (patch) | |
tree | 5c06098e54417def6e2582a7879eb365f76c1d47 | |
parent | eee6b1432794967d4272394dfed1e2b5cca4be39 (diff) | |
download | glibc-7e342603659dddcb768a516b93844870884ad2c4.tar.gz glibc-7e342603659dddcb768a516b93844870884ad2c4.tar.xz glibc-7e342603659dddcb768a516b93844870884ad2c4.zip |
* elf/rtld.c (dl_main): Extend help message for --audit option.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | elf/rtld.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2f9f842e3b..82bd124a4e 100644 --- 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. diff --git a/elf/rtld.c b/elf/rtld.c index aa4c030f73..5282d2c71f 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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; |