From f61421a3f5f29f4f8447846c1135961487fb5db6 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 8 Mar 2019 07:19:02 +0100 Subject: Add sogrep This is from Eli's dotfiles after he'd cleaned it up but never actually went ahead and made this PR. I figure it's time to add it. --- doc/sogrep.1.asciidoc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/sogrep.1.asciidoc (limited to 'doc/sogrep.1.asciidoc') diff --git a/doc/sogrep.1.asciidoc b/doc/sogrep.1.asciidoc new file mode 100644 index 0000000..328b82b --- /dev/null +++ b/doc/sogrep.1.asciidoc @@ -0,0 +1,31 @@ +sogrep(1) +========= + +Name +---- +sogrep - Find packages using a linked to a given shared library + +Synopsis +-------- +sogrep [options] repo libname + +Description +----------- + +Check the soname links database for pacman repositories containing packages +linked to a given shared library. If the repository specified is "all", then +all repositories will be searched, otherwise only the named repository will be +searched. + +If the links database does not exist, it will be downloaded first. + +Options +------- + +*-r, --refresh*:: + Refresh the links databases + +*-h, --help*:: + Show a help text + +include::footer.asciidoc[] -- cgit v1.2.3-54-g00ecf