From 9d19384836e5434b792a1da6af537623fd3c671f Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 5 Feb 2008 14:02:55 +0000 Subject: [PATCH] - 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 --- sbin/geom/core/geom.8 | 1 + 1 file changed, 1 insertion(+) 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.