[arch-projects] [devtools] [PATCH 1/2] Add lddd manual

Doug Newgard scimmia at archlinux.org
Sat Aug 25 14:43:25 UTC 2018


On Sat, 25 Aug 2018 13:14:35 +0200
Jelle van der Waa <jelle at 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 at archlinux.org
> +.Sh AUTHORS
> +.An Aaron Griffin <aaronmgriffin at gmail.com>
> +.An Pierre Schmitz <pierre at archlinux.de>
> +.An Lukas Fleischer <archlinux at cryptocrack.de>
> +.An Luke Shumaker <lukeshu at parabola.nu>
> -- 
> 2.18.0


More information about the arch-projects mailing list