diff options
author | lulf <lulf@FreeBSD.org> | 2008-02-05 14:02:55 +0000 |
---|---|---|
committer | lulf <lulf@FreeBSD.org> | 2008-02-05 14:02:55 +0000 |
commit | f36063cdb20707a5627de6edfa55992afb267da9 (patch) | |
tree | 995879afb758faea7fd4e1c44a06c384b554ca35 /sbin/geom/core | |
parent | 8c4ccad611f1905c991c2f1ede46db8838899f61 (diff) | |
download | FreeBSD-src-f36063cdb20707a5627de6edfa55992afb267da9.zip FreeBSD-src-f36063cdb20707a5627de6edfa55992afb267da9.tar.gz |
- 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
Diffstat (limited to 'sbin/geom/core')
-rw-r--r-- | sbin/geom/core/geom.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index bb79f78..e308cfb 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. |