- correctly render the provided example

PR:		docs/140962
Submitted by:	mharo
This commit is contained in:
Daniel Gerzo 2009-11-28 11:05:22 +00:00
parent 79f6ebe233
commit a2ec746f79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199871

View File

@ -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 ,