svn commit: r199871 - head/usr.bin/ldd

Daniel Gerzo danger at FreeBSD.org
Sat Nov 28 11:05:23 UTC 2009


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 ,


More information about the svn-src-head mailing list