aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-06-15 16:28:50 +0000
committerEd Maste <emaste@FreeBSD.org>2018-06-15 16:28:50 +0000
commitfd897a5340d1fa46385cbe81b877b63225d32324 (patch)
treeae45e5a016b2e35198f1f14adbca0f6d6ffeb6f7 /usr.bin/ldd
parente2d98a24b4ac8498196fceeb54edc24a534b271f (diff)
downloadsrc-fd897a5340d1fa46385cbe81b877b63225d32324.tar.gz
src-fd897a5340d1fa46385cbe81b877b63225d32324.zip
Notes
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r--usr.bin/ldd/sods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c
index fb70e9ff65ad..d65b0c82899d 100644
--- a/usr.bin/ldd/sods.c
+++ b/usr.bin/ldd/sods.c
@@ -203,7 +203,7 @@ dump_file(const char *fname)
file_base = (const char *) objbase; /* Makes address arithmetic easier */
if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) {
- warnx("%s: this is an ELF program; use objdump to examine", fname);
+ warnx("%s: this is an ELF program; use readelf to examine", fname);
++error_count;
munmap(objbase, sb.st_size);
return;