doc: add man pages for find-{libdeps,libprovides}

Add a simple man page for find-libdeps and find-libprovides.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
This commit is contained in:
Jelle van der Waa 2019-03-16 18:25:55 +01:00
parent 936ff8da2f
commit eeb1c0e59e
3 changed files with 33 additions and 7 deletions

View File

@ -66,7 +66,9 @@ MANS = \
doc/lddd.1 \
doc/checkpkg.1 \
doc/sogrep.1 \
+ doc/mkarchroot.1
+ doc/mkarchroot.1 \
+ doc/find-libdeps.1 \
+ doc/find-libprovides.1
all: $(BINPROGS) bash_completion zsh_completion man

View File

@ -0,0 +1,24 @@
find-libdeps(1)
===============
Name
----
find-libdeps - Find soname dependencies for a package
Synopsis
--------
find-libdeps [options]
Description
-----------
Finds soname dependencies of a package and prints out a list in the following
format '<soname>=<soversion>-<soarch>'.
Options
-------
*--ignore-internal*::
Ignore internal libraries.
include::footer.asciidoc[]

View File

@ -1,24 +1,24 @@
find-libdeps(1)
===============
find-libprovides(1)
===================
Name
----
find-libdeps - Find soname dependencies for a package
find-libprovides - Find soname's which are provided by a package
Synopsis
--------
find-libdeps [options] [package]
find-libprovides [options]
Description
-----------
Finds soname dependencies of a package and prints out a list in the following
Finds soname's provided by a package and prints out a list in the following
format '<soname>=<soversion>-<soarch>'.
Options
-------
*--ignore-internal*::
Ignore internal libraries
Ignore internal libraries.
include::footer.asciidoc[]