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

2018-08-25 Thread Doug Newgard via arch-projects
On Sat, 25 Aug 2018 13:14:35 +0200
Jelle van der Waa  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 000..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 
> +.An Pierre Schmitz 
> +.An Lukas Fleischer 
> +.An Luke Shumaker 
> -- 
> 2.18.0


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

2018-08-25 Thread Jelle van der Waa
---
 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 000..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 
+.An Pierre Schmitz 
+.An Lukas Fleischer 
+.An Luke Shumaker 
-- 
2.18.0


[arch-projects] [devtools] [PATCH 0/2] [RFC] Add an pages

2018-08-25 Thread Jelle van der Waa
This patch series intends to be an RFC for adding man pages for every
tool provided by devtools. The first man page for lddd is written in
mdoc and is lacking a way to reduce duplication of common headers such
as BUGS/AUTHORS.

Note that the pacman bug motto was re-used, it's up for debate and the
same for the bug location. Do we prefer the bugtracker of mailing lists
for bug reports?

Jelle van der Waa (2):
  Add lddd manual
  install man pages

 Makefile   |  5 +
 doc/lddd.1 | 27 +++
 2 files changed, 32 insertions(+)
 create mode 100644 doc/lddd.1

-- 
2.18.0