summaryrefslogtreecommitdiff
path: root/doc/lddd.1.asciidoc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-09-09 21:02:43 +0200
committerLevente Polyak <anthraxx@archlinux.org>2018-09-09 21:02:43 +0200
commit05c81038e5d01962221e5fe2901813dbfba0f864 (patch)
tree968c4f00edf4ffb3c8ef45709bc3d60baa07a8cf /doc/lddd.1.asciidoc
parent6364b3c9b9fae2b43bf3e02b9e84c814fc3f502f (diff)
downloaddevtools32-05c81038e5d01962221e5fe2901813dbfba0f864.tar.xz
doc: Add lddd man page
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[]