From 626aecb4724fe5adc65f755d142804306fadb307 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 20 Jun 2022 01:15:34 +0200 Subject: make: split out man page files into doc/man folder --- doc/man/sogrep.1.asciidoc | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/man/sogrep.1.asciidoc (limited to 'doc/man/sogrep.1.asciidoc') diff --git a/doc/man/sogrep.1.asciidoc b/doc/man/sogrep.1.asciidoc new file mode 100644 index 0000000..bae6da1 --- /dev/null +++ b/doc/man/sogrep.1.asciidoc @@ -0,0 +1,48 @@ +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::include/footer.asciidoc[] -- cgit v1.2.3-54-g00ecf