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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to