Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/sogrep.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/sogrep.1.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/sogrep.1.asciidoc')
-rw-r--r--doc/sogrep.1.asciidoc48
1 files changed, 0 insertions, 48 deletions
diff --git a/doc/sogrep.1.asciidoc b/doc/sogrep.1.asciidoc
deleted file mode 100644
index 037773a..0000000
--- a/doc/sogrep.1.asciidoc
+++ /dev/null
@@ -1,48 +0,0 @@
-sogrep(1)
-=========
-
-Name
-----
-sogrep - Find shared library links in an Arch Linux repository
-
-Synopsis
---------
-sogrep [options] repo libname
-
-Description
------------
-
-Check the soname links database for Arch Linux 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
--------
-
-*-v, --verbose*::
- Provide detailed output containing the matched links for each package, the
- repository it came from (in the event that all repositories are being
- searched), and, in combination with `-r`, a progress bar for the links
- database download.
-
-*-r, --refresh*::
- Refresh the links databases
-
-*-h, --help*::
- Show a help text
-
-
-Environment Variables
----------------------
-**SOLINKS_MIRROR**="https://mirror.foo.com"
- Alternative mirror to use for downloading soname links database.
-
-**SOCACHE_DIR**="/path/to/directory"::
- Directory where soname links database is stored, overrides the default
- directory set by the **XDG_CACHE_HOME** environment variable or the
- **HOME** environment variable if **XDG_CACHE_HOME** is not set.
-
-include::footer.asciidoc[]