From f4be3c37f98ac47ff38e96a988e69ced81c4618e Mon Sep 17 00:00:00 2001 From: gjb Date: Mon, 6 Jun 2011 21:07:44 +0000 Subject: [PATCH] MFC 199871 [1]: - correctly render the provided example PR: 140962 Obtained from: danger [1] git-svn-id: svn://svn.freebsd.org/base/stable/8@222780 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/ldd/ldd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 72afb3903..b245631fd 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 , -- 2.45.0