summaryrefslogtreecommitdiffstats
path: root/host/docs/general.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-04-05 15:32:41 -0700
committerJosh Blum <josh@joshknows.com>2011-04-05 15:32:41 -0700
commitaf2ab1c688d641e82060016aa772432de6445633 (patch)
tree6c832eaba453cca0c4f4790fa5f234587961423d /host/docs/general.rst
parentdcd555636c282ac0454b463c91d360ce062e316d (diff)
downloaduhd-af2ab1c688d641e82060016aa772432de6445633.tar.gz
uhd-af2ab1c688d641e82060016aa772432de6445633.tar.bz2
uhd-af2ab1c688d641e82060016aa772432de6445633.zip
uhd: replace <prefix> with <install-path> in docs for clarity
Diffstat (limited to 'host/docs/general.rst')
-rw-r--r--host/docs/general.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/general.rst b/host/docs/general.rst
index 2894fbf88..73b820c84 100644
--- a/host/docs/general.rst
+++ b/host/docs/general.rst
@@ -52,5 +52,5 @@ Support for dynamically loadable modules
For a module to be loaded at runtime, it must be:
* found in the UHD_MODULE_PATH environment variable,
-* installed into the <prefix>/share/uhd/modules directory,
+* installed into the <install-path>/share/uhd/modules directory,
* or installed into /usr/share/uhd/modules directory (unix only).