doc: add find-libprovides man page

This commit is contained in:
Jelle van der Waa 2018-09-09 21:02:45 +02:00 committed by Levente Polyak
parent 99969c67a9
commit e9102b2ad8
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
find-libdeps(1)
===============
Name
----
find-libdeps - Find soname dependencies for a package
Synopsis
--------
find-libdeps [options] [package]
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[]