aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2009-11-28 11:05:22 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2009-11-28 11:05:22 +0000
commita2ec746f79641736482487119be9e7df7e23848c (patch)
tree1e2d5c271f1133246b874a81150589267ad7e425
parent79f6ebe2337e1c5a701f0c740b3b9b04d5529d14 (diff)
downloadsrc-a2ec746f79641736482487119be9e7df7e23848c.tar.gz
src-a2ec746f79641736482487119be9e7df7e23848c.zip
- correctly render the provided example
PR: docs/140962 Submitted by: mharo
Notes
Notes: svn path=/head/; revision=199871
-rw-r--r--usr.bin/ldd/ldd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 72afb3903c51..b245631fdae0 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -63,7 +63,7 @@ The following is an example of a shell pipeline which uses the
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 ,