document new --no-ldconfig option
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Mar 2006 00:21:54 +0000 (00:21 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Mar 2006 00:21:54 +0000 (00:21 -0000)
svn path=/main/trunk/; revision=2828

bin/env-update
man/env-update.1

index d2874ae4dbe879a087493c4ed603ba019027dd30..0ee2fc3adb10d8a322eee7f3ec1a0cc0a9e0c108 100755 (executable)
@@ -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)
index af299f35df4cb603afe57adcddfc6c154d1c196e..12f8fc8784b99cca232e48cfbdc3ac56ee14fca8 100644 (file)
@@ -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