summaryrefslogtreecommitdiff
path: root/sysutils/rldd/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rldd/pkg-descr')
-rw-r--r--sysutils/rldd/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/rldd/pkg-descr b/sysutils/rldd/pkg-descr
new file mode 100644
index 000000000000..453b7e6eb7e0
--- /dev/null
+++ b/sysutils/rldd/pkg-descr
@@ -0,0 +1,6 @@
+The rldd tool resolves and prints the binary or shared library
+dependencies with different visualization options. In opposite to the
+Linux ldd tool, it does not invoke the system loader but instead
+parses the loading information directly from either ELF or Mach-O
+files, along with any required system files (such as loader cache or
+extra configuration files).