summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-12 22:18:07 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-13 22:17:35 +0100
commit936ff8da2fb3597d03ef018ec2aba0391e18d569 (patch)
treee5cae77e513115a9b8a77dbb037af857c933d929
parentd123fee8ec5c98cbb6bfa4cecf66cb7cdd9c1855 (diff)
downloaddevtools32-936ff8da2fb3597d03ef018ec2aba0391e18d569.tar.xz
doc: add Environment variables section to sogrep
Add a section about environment variables which influence sogrep's behaviour. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
-rw-r--r--doc/sogrep.1.asciidoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/sogrep.1.asciidoc b/doc/sogrep.1.asciidoc
index 328b82b..bc8f6ce 100644
--- a/doc/sogrep.1.asciidoc
+++ b/doc/sogrep.1.asciidoc
@@ -28,4 +28,15 @@ Options
*-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[]