Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/lddd.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/lddd.1.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/lddd.1.asciidoc')
-rw-r--r--doc/lddd.1.asciidoc25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/lddd.1.asciidoc b/doc/lddd.1.asciidoc
deleted file mode 100644
index 3a015d2..0000000
--- a/doc/lddd.1.asciidoc
+++ /dev/null
@@ -1,25 +0,0 @@
-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[]