diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-03-10 19:34:45 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-03-10 19:34:45 +0000 |
commit | d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc (patch) | |
tree | 0c0ae0f76861d31a4fa7e351d88b6539364cf9e8 /elf/sprof.c | |
parent | 5c1d419918b3637170da9a5592049048aaf0ee49 (diff) | |
download | glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar.gz glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.tar.bz2 glibc-d4c583b4466962a9d9d4ca54ab6108dc7b42cdcc.zip |
Updated to fedora-glibc-20090310T1925cvs/fedora-glibc-2_9_90-10
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index ad723f3416..fd4ffaeaba 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -87,7 +87,7 @@ static const struct argp_option options[] = /* Short description of program. */ static const char doc[] = N_("Read and display shared object profiling data."); -//For bug reporting instructions, please see:\n \ +//For bug reporting instructions, please see:\n //<http://www.gnu.org/software/libc/bugs.html>.\n"); /* Strings for arguments in help texts. */ |