aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd/ldd.1
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2008-05-15 10:51:30 +0000
committerBruce M Simpson <bms@FreeBSD.org>2008-05-15 10:51:30 +0000
commit7fa21c09b6c1db79e12dc7d6f15c1edd8fc9cbad (patch)
treefaa7e25d580193ba7c99d95cd7765114f75da948 /usr.bin/ldd/ldd.1
parent523b17effe5f431849cad5e65d6369ca9fc4dee1 (diff)
downloadsrc-7fa21c09b6c1db79e12dc7d6f15c1edd8fc9cbad.tar.gz
src-7fa21c09b6c1db79e12dc7d6f15c1edd8fc9cbad.zip
Typo
Notes
Notes: svn path=/head/; revision=179013
Diffstat (limited to 'usr.bin/ldd/ldd.1')
-rw-r--r--usr.bin/ldd/ldd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index c857e4ece00d..72afb3903c51 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -63,7 +63,7 @@ The following is an example of a shell pipeline which uses the
option.
It will print a report of all ELF binaries in the current directory,
which link against libc.so.6:
-.Dl "find . -type f | xargs -n1 file -F " " | grep ELF | cut -f1 -d' ' | xargs ldd '%A %o\en' | grep libc.so.6"
+.Dl "find . -type f | xargs -n1 file -F " " | grep ELF | cut -f1 -d' ' | xargs ldd -f '%A %o\en' | grep libc.so.6"
.Sh SEE ALSO
.Xr ld 1 ,
.Xr nm 1 ,