aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2008-02-05 14:02:55 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2008-02-05 14:02:55 +0000
commit9d19384836e5434b792a1da6af537623fd3c671f (patch)
tree995879afb758faea7fd4e1c44a06c384b554ca35 /sbin
parentfcfdd827d0d04600776a3c4ebce5d05685386766 (diff)
downloadsrc-9d19384836e5434b792a1da6af537623fd3c671f.tar.gz
src-9d19384836e5434b792a1da6af537623fd3c671f.zip
- Update geom(8) to explain that GEOM_LIBRARY_PATH can take a comma-separated
list of paths. Approved by: pjd (mentor) MFC after: 2 days
Notes
Notes: svn path=/head/; revision=175985
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/core/geom.81
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index bb79f785f1fe..e308cfb9a4c9 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -133,6 +133,7 @@ The following environment variables affect the execution of
.It Ev GEOM_LIBRARY_PATH
Specifies the path where shared libraries are stored instead of
.Pa /lib/geom/ .
+Multiple paths can be specified with a colon-separated list of paths.
.El
.Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails.