FreeBSD Bugzilla – Attachment 172398 Details for
Bug 211024
ldd(1) man page example should avoid statically linked files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
suggested change to ldd(1) man page example
ldd.1.patch (text/plain), 716 bytes, created by
mike
on 2016-07-12 02:45:37 UTC
(
hide
)
Description:
suggested change to ldd(1) man page example
Filename:
MIME Type:
Creator:
mike
Created:
2016-07-12 02:45:37 UTC
Size:
716 bytes
patch
obsolete
>*** /usr/src/usr.bin/ldd/ldd.1 2015-10-10 04:23:07.130252000 -0600 >--- ldd.1 2016-07-11 20:25:26.672832000 -0600 >*************** >*** 63,69 **** > 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" > .Sh SEE ALSO > .Xr ld 1 , > .Xr nm 1 , >--- 63,69 ---- > 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.*dynamically' | cut -f1 -d' ' | xargs ldd -f '%A %o\en' | grep libc.so.6" > .Sh SEE ALSO > .Xr ld 1 , > .Xr nm 1 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211024
: 172398