[devtools,1/2] Add lddd manual

Message ID 20180825111436.32159-2-jelle@vdwaa.nl
State Superseded, archived
Headers show
Series Add an pages | expand

Commit Message

Jelle van der Waa Aug. 25, 2018, 11:14 a.m. UTC
---
 doc/lddd.1 | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 doc/lddd.1

Comments

Emil Velikov via arch-projects Aug. 25, 2018, 2:43 p.m. UTC | #1
On Sat, 25 Aug 2018 13:14:35 +0200
Jelle van der Waa <jelle@vdwaa.nl> wrote:

> ---
>  doc/lddd.1 | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 doc/lddd.1
> 
> diff --git a/doc/lddd.1 b/doc/lddd.1
> new file mode 100644
> index 0000000..74f9c5e
> --- /dev/null
> +++ b/doc/lddd.1
> @@ -0,0 +1,27 @@
> +.Dd August 13, 2018
> +.\"  Patch this in our groff's mdoc.local
> +.ds volume-operating-system Arch Linux
> +.ds default-operating-system Arch Linux
> +.Os Arch Linux
> +.Dt lddd 1
> +.Sh NAME
> +.Nm lddd
> +.Nd find broken library links on your machine
> +.Sh SYNOPSIS
> +.Nm lddd
> +.Sh DESCRIPTION
> +lddd scans all elf binaries in $PATH, /lib, /usr/local/lib or specified in
> +/etc/ld.so.conf.d/*.conf, looks for missing symbols and suggests which packages

I don't think that's right. lddd uses ldd, which AFAIK, only checks for linked
files, not individual symbols.

> +might need to be rebuild. The collected data is written to a temporary
> +directory created by mktemp.
> +.Sh SEE ALSO
> +.Xr ldd 1
> +.Sh BUGS
> +Bugs? You must be kidding; there are no bugs in this software. But if we happen
> +to be wrong, send us an email with as much detail as possible to
> +arch-projects@archlinux.org
> +.Sh AUTHORS
> +.An Aaron Griffin <aaronmgriffin@gmail.com>
> +.An Pierre Schmitz <pierre@archlinux.de>
> +.An Lukas Fleischer <archlinux@cryptocrack.de>
> +.An Luke Shumaker <lukeshu@parabola.nu>
> -- 
> 2.18.0

Patch

diff --git a/doc/lddd.1 b/doc/lddd.1
new file mode 100644
index 0000000..74f9c5e
--- /dev/null
+++ b/doc/lddd.1
@@ -0,0 +1,27 @@ 
+.Dd August 13, 2018
+.\"  Patch this in our groff's mdoc.local
+.ds volume-operating-system Arch Linux
+.ds default-operating-system Arch Linux
+.Os Arch Linux
+.Dt lddd 1
+.Sh NAME
+.Nm lddd
+.Nd find broken library links on your machine
+.Sh SYNOPSIS
+.Nm lddd
+.Sh DESCRIPTION
+lddd scans all elf binaries in $PATH, /lib, /usr/local/lib or specified in
+/etc/ld.so.conf.d/*.conf, looks for missing symbols and suggests which packages
+might need to be rebuild. The collected data is written to a temporary
+directory created by mktemp.
+.Sh SEE ALSO
+.Xr ldd 1
+.Sh BUGS
+Bugs? You must be kidding; there are no bugs in this software. But if we happen
+to be wrong, send us an email with as much detail as possible to
+arch-projects@archlinux.org
+.Sh AUTHORS
+.An Aaron Griffin <aaronmgriffin@gmail.com>
+.An Pierre Schmitz <pierre@archlinux.de>
+.An Lukas Fleischer <archlinux@cryptocrack.de>
+.An Luke Shumaker <lukeshu@parabola.nu>