diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2018-09-09 21:02:45 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2018-09-09 21:02:45 +0200 |
commit | e9102b2ad84964cd826a63e0de605828e0528261 (patch) | |
tree | b3b691c5113ca96a93179b92c27942fd120d1d1b | |
parent | 99969c67a9ef5ff0a49de5f4fa7a358d35518b1c (diff) | |
download | devtools32-e9102b2ad84964cd826a63e0de605828e0528261.tar.xz |
doc: add find-libprovides man page
-rw-r--r-- | doc/find-libprovides.1.asciidoc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/find-libprovides.1.asciidoc b/doc/find-libprovides.1.asciidoc new file mode 100644 index 0000000..c6d527d --- /dev/null +++ b/doc/find-libprovides.1.asciidoc @@ -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[] |