Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2011 21:07:44 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r222780 - stable/8/usr.bin/ldd
Message-ID:  <201106062107.p56L7iFx048468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106062107.p56L7iFx048468>