- 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
This commit is contained in:
lulf 2008-02-05 14:02:55 +00:00
parent 8c4ccad611
commit f36063cdb2

View File

@ -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.