summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-08 07:19:02 +0100
committerLevente Polyak <levente@leventepolyak.net>2019-03-13 09:16:32 +0100
commitf61421a3f5f29f4f8447846c1135961487fb5db6 (patch)
tree14c29d578409bb2d9bde08c6c0b6ca7546619a81 /doc
parent26b2ffc665fb78bfe3345892b7d740d5835387f2 (diff)
downloaddevtools32-f61421a3f5f29f4f8447846c1135961487fb5db6.tar.xz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/footer.asciidoc2
-rw-r--r--doc/sogrep.1.asciidoc31
2 files changed, 32 insertions, 1 deletions
diff --git a/doc/footer.asciidoc b/doc/footer.asciidoc
index a092447..a1fb821 100644
--- a/doc/footer.asciidoc
+++ b/doc/footer.asciidoc
@@ -20,7 +20,7 @@ Maintainers:
* Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
* Levente Polyak <anthraxx@archlinux.org>
* Pierre Schmitz <pierre@archlinux.de>
-* Sébastien Luttringer <seblu@seblu.net>
+* Sébastien Luttringer <seblu@seblu.net>
* Sven-Hendrik Haase <svenstaro@gmail.com>
* Thomas Bächler <thomas@archlinux.org>
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[]