summaryrefslogtreecommitdiff
path: root/doc/lddd.1.asciidoc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
commit22c1f8547f7fcb345289add6a2c06c7def4e571b (patch)
tree08846d1e08489054b2fcf426226ba0ed5f2b5035 /doc/lddd.1.asciidoc
parentba51ec598c9eb8c03493e4fadfe27b8065296b17 (diff)
parenta800df3fbc55204f66f54248aaf87ba797307f96 (diff)
downloaddevtools32-22c1f8547f7fcb345289add6a2c06c7def4e571b.tar.xz
Merge branch 'master' into i486i486
Diffstat (limited to 'doc/lddd.1.asciidoc')
-rw-r--r--doc/lddd.1.asciidoc25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/lddd.1.asciidoc b/doc/lddd.1.asciidoc
new file mode 100644
index 0000000..3a015d2
--- /dev/null
+++ b/doc/lddd.1.asciidoc
@@ -0,0 +1,25 @@
+lddd(1)
+=======
+
+Name
+----
+lddd - Find broken library links on your system
+
+Synopsis
+--------
+lddd
+
+Description
+-----------
+
+Scans '$PATH', '/lib', '/usr/lib', '/usr/local/lib' and
+'/etc/ld.so.conf.d/*.conf' directories for ELF files with references to missing
+shared libraries, and suggests which packages might need to be rebuilt. The
+collected data is written to a temporary directory created by mktemp.
+
+See Also
+--------
+
+linkman:ldd[1]
+
+include::footer.asciidoc[]