summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/env-update2
-rw-r--r--man/env-update.112
2 files changed, 8 insertions, 6 deletions
diff --git a/bin/env-update b/bin/env-update
index d2874ae4d..0ee2fc3ad 100755
--- a/bin/env-update
+++ b/bin/env-update
@@ -8,7 +8,7 @@ os.environ["PORTAGE_CALLER"] = "env-update"
sys.path = ["/usr/lib/portage/pym"]+sys.path
def usage(status):
- print "Usage: env-update"
+ print "Usage: env-update [--no-ldconfig]"
print ""
print "See the env-update(1) man page for more info"
sys.exit(status)
diff --git a/man/env-update.1 b/man/env-update.1
index af299f35d..12f8fc878 100644
--- a/man/env-update.1
+++ b/man/env-update.1
@@ -1,10 +1,10 @@
-.TH "ENV-UPDATE" "1" "Dec 2005" "Portage 2.1" "Portage"
+.TH "ENV-UPDATE" "1" "Mar 2006" "Portage 2.1" "Portage"
.SH NAME
-env-update \- updates environment settings automatically
+env\-update \- updates environment settings automatically
.SH SYNOPSIS
-.B env-update
+\fBenv\-update\fR \fI[options]\fR
.SH DESCRIPTION
-.B env-update
+.B env\-update
reads the files in \fI/etc/env.d\fR and automatically generates
\fI/etc/profile.env\fR and \fI/etc/ld.so.conf\fR. Then \fBldconfig\fR(8)
is run to update \fI/etc/ld.so.cache\fR. \fBenv-update\fR is run by
@@ -16,7 +16,9 @@ active shell, you will probably have to run \fIsource /etc/profile\fR
first.
.SH OPTIONS
.TP
-None.
+.B \-\-no\-ldconfig
+Do not run ldconfig (and thus skip rebuilding the ldso cache, updating the
+links in library paths, etc...).
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH AUTHORS