diff options
author | danger <danger@FreeBSD.org> | 2009-11-28 11:05:22 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2009-11-28 11:05:22 +0000 |
commit | 387ea2247951cd43d292851d6d54f456cd55c0bf (patch) | |
tree | 1e2d5c271f1133246b874a81150589267ad7e425 /usr.bin | |
parent | 5eaca2d8386481954a71c7b2355303ff9ffb3ff4 (diff) | |
download | FreeBSD-src-387ea2247951cd43d292851d6d54f456cd55c0bf.zip FreeBSD-src-387ea2247951cd43d292851d6d54f456cd55c0bf.tar.gz |
- correctly render the provided example
PR: docs/140962
Submitted by: mharo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ldd/ldd.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 72afb39..b245631 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 -f '%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 , |