svn commit: r222780 - stable/8/usr.bin/ldd

Glen Barber gjb at FreeBSD.org
Mon Jun 6 21:07:45 UTC 2011


Author: gjb (doc committer)
Date: Mon Jun  6 21:07:44 2011
New Revision: 222780
URL: http://svn.freebsd.org/changeset/base/222780

Log:
  MFC 199871 [1]:
  
  - correctly render the provided example
  
  PR:		140962
  Obtained from:	danger [1]

Modified:
  stable/8/usr.bin/ldd/ldd.1
Directory Properties:
  stable/8/usr.bin/ldd/   (props changed)

Modified: stable/8/usr.bin/ldd/ldd.1
==============================================================================
--- stable/8/usr.bin/ldd/ldd.1	Mon Jun  6 21:03:19 2011	(r222779)
+++ stable/8/usr.bin/ldd/ldd.1	Mon Jun  6 21:07:44 2011	(r222780)
@@ -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-stable-8 mailing list