Date: Sat, 28 Nov 2009 11:05:22 +0000 (UTC) From: Daniel Gerzo <danger@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199871 - head/usr.bin/ldd Message-ID: <200911281105.nASB5M1M052639@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danger (doc committer) Date: Sat Nov 28 11:05:22 2009 New Revision: 199871 URL: http://svn.freebsd.org/changeset/base/199871 Log: - correctly render the provided example PR: docs/140962 Submitted by: mharo Modified: head/usr.bin/ldd/ldd.1 Modified: head/usr.bin/ldd/ldd.1 ============================================================================== --- head/usr.bin/ldd/ldd.1 Sat Nov 28 00:50:09 2009 (r199870) +++ head/usr.bin/ldd/ldd.1 Sat Nov 28 11:05:22 2009 (r199871) @@ -63,7 +63,7 @@ The following is an example of a shell p 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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911281105.nASB5M1M052639>