aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-03-08 00:07:38 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-03-08 00:07:38 +0000
commite517a8f2a2066804f5dc6a093e6e1e8b324725dd (patch)
tree1b10322bd2f1b38752d13a8348020ecdb1dbeb37 /man
parent2006-03-08 Danny van Dyk <kugelfang@gentoo.org> (diff)
downloadeselect-e517a8f2a2066804f5dc6a093e6e1e8b324725dd.tar.gz
eselect-e517a8f2a2066804f5dc6a093e6e1e8b324725dd.tar.bz2
eselect-e517a8f2a2066804f5dc6a093e6e1e8b324725dd.zip
2006-03-08 Danny van Dyk <kugelfang@gentoo.org>
* modules/env.eselect: Fixed a typo (chmod g+r instead of chmod a+r). * modules/blas.eselect, modules/lapack.eselect: Added option descriptions for action 'set'. * modules/env.eselect: Added FreeBSD patch written by Diego Petteno. diffstat: man/binutils.eselect.5 | 4 ++-- man/blas.eselect.5 | 27 +++++++++++++++------------ man/env.eselect.5 | 2 +- man/lapack.eselect.5 | 14 +++++++------- man/rc.eselect.5 | 26 ++++++++++++++++++++++---- 5 files changed, 47 insertions(+), 26 deletions(-) svn path=/trunk/; revision=255
Diffstat (limited to 'man')
-rw-r--r--man/binutils.eselect.54
-rw-r--r--man/blas.eselect.527
-rw-r--r--man/env.eselect.52
-rw-r--r--man/lapack.eselect.514
-rw-r--r--man/rc.eselect.526
5 files changed, 47 insertions, 26 deletions
diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5
index e35da64..0d21f9a 100644
--- a/man/binutils.eselect.5
+++ b/man/binutils.eselect.5
@@ -13,7 +13,7 @@ modules that care for the individual administrative tasks.
.SH "ACTION: LIST"
\fBeselect env list\fR [\fIpatterns\fR]
.br
-List all installed version of binutils. If \fIpatterns\fR are given, only version that match patterns
+List all installed version of binutils. If \fIpatterns\fR are given, only versions that match the patterns
will be listed.
phi / # eselect binutils list powerpc*
@@ -34,7 +34,7 @@ Installed binutils for target x86_64\-pc\-linux\-gnu
\fBeselect binutils set\fR \fIselection\fR
.br
Activates the selected version of binutils. \fIselection\fR can be either an identification number
-given by <fb>eselect binutils list\fR or a pattern that uniquely describes one installed version.
+given by \fBeselect binutils list\fR or a pattern that uniquely describes one installed version.
phi / # eselect binutils set x86_64*2.16.1
.br
diff --git a/man/blas.eselect.5 b/man/blas.eselect.5
index 7b1564d..8cede78 100644
--- a/man/blas.eselect.5
+++ b/man/blas.eselect.5
@@ -6,11 +6,12 @@ blas.eselect \- The BLAS management module for Gentoo's eselect
.br
\fBeselect blas\fR \fBlist\fR [\fIoptions\fR]
.br
+\fBeselect blas\fR \fBscan\fR
+.br
\fBeselect blas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR]
.br
\fBeselect blas\fR \fBshow\fR [\fIoptions\fR]
-.br
-\fBeselect blas\fR \fBupdate\fR
+
.SH "DESCRIPTION"
\fBeselect\fR is Gentoo's configuration and management tool. It features
modules that care for the individual administrative tasks.
@@ -20,21 +21,23 @@ modules that care for the individual administrative tasks.
Displays an orderd list of installed BLAS implementations. It distinguishes between versions with different
Application Binary Interfaces (e.g. x86/AMD64). Further it distinguishes
between interfaces to highlevel programming languages. Each line holds
-a number, the implementation's name and the providing package's name.
+a number, the implementation's name and the providing package's name. An asterisk next to one of the list
+elements denotes a currently active implementation.
phi / # eselect blas list
.br
-\-\-\- Installed in /usr/lib \-\-\-
+C/C++ profiles in /usr/lib64
.br
-C/C++ profiles
- [1] ACML (sci\-libs/ACML)
- [2] ATLAS (sci\-libs/blas\-atlas)
-
-FORTRAN 77 profiles
- [1] ACML (sci\-libs/ACML)
- [2] ATLAS (sci\-libs/blas\-atlas)
- [3] reference (sci\-libs/blas\-reference)
+ ACML (sci\-libs/ACML)
+ ATLAS (sci\-libs/blas\-atlas) *
+ MKL72 (sci\-libs/mkl)
+FORTRAN 77 profiles in /usr/lib64
+.br
+ ACML (sci\-libs/ACML)
+ ATLAS (sci\-libs/blas\-atlas) *
+ MKL72 (sci\-libs/mkl)
+ reference (sci\-libs/blas\-reference)
Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
handle only certain profiles or ABI\-specific library directories. For example,
diff --git a/man/env.eselect.5 b/man/env.eselect.5
index cd31f29..e66db42 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -11,7 +11,7 @@ modules that care for the individual administrative tasks.
.SH "ACTION: UPDATE"
\fBeselect env update\fR [\fImakelinks\fR]
.br
-Parses all files in /etc/env.d/ for their environment variables and assembles them to one file (/etc/profile.{env,csh}). Further, it creates ld.so.conf and prelink.conf based on the collected vars.
+Parses all files in /etc/env.d/ for their environment variables and assembles them to one file (/etc/profile.{env,csh}). Further, it creates ld.so.conf/ld\-elf.so.hints and prelink.conf based on the collected vars.
phi / # eselect env update
.br
diff --git a/man/lapack.eselect.5 b/man/lapack.eselect.5
index 51ec044..9e89b34 100644
--- a/man/lapack.eselect.5
+++ b/man/lapack.eselect.5
@@ -20,17 +20,17 @@ modules that care for the individual administrative tasks.
Displays an orderd list of installed LAPACK implementations. It distinguishes between versions with different
Application Binary Interfaces (e.g. x86/AMD64). Further it distinguishes
between interfaces to highlevel programming languages. Each line holds
-a number, the implementation's name and the providing package's name.
+a number, the implementation's name and the providing package's name. An asterisk next to one of the list
+elements denotes a currently active implementation.
phi / # eselect lapack list
.br
-\-\-\- Installed in /usr/lib \-\-\-
+FORTRAN 77 profiles in /usr/lib64
.br
-FORTRAN 77 profiles
- [1] ACML (sci\-libs/ACML)
- [2] ATLAS (sci\-libs/lapack\-atlas)
- [3] reference (sci\-libs/lapack\-reference)
-
+ ACML (sci\-libs/ACML)
+ ATLAS (sci\-libs/lapack\-atlas) *
+ MKL72 (sci\-libs/mkl)
+ reference (sci\-libs/lapack\-reference)
Possible \fIoptions\fR to the \fBlist\fR action are restrictions to
handle only certain profiles or ABI\-specific library directories. For example,
diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index 31c3c9d..a049971 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -10,7 +10,15 @@ rc.eselect \- Runlevel configuration module
.br
\fBeselect rc\fR \fBlist\fR [\fIrunlevel\fR]
.br
+\fBeselect rc\fR \fBpause\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
+.br
+\fBeselect rc\fR \fBrestart\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
+.br
\fBeselect rc\fR \fBshow\fR
+.br
+\fBeselect rc\fR \fBstart\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
+.br
+\fBeselect rc\fR \fBstop\fR \fIscript\fR [\fIscript\fR [\fIscript\fR ...]]
.SH "DESCRIPTION"
\fBeselect\fR is Gentoo's configuration and management tool. It features
modules that care for the individual administrative tasks.
@@ -85,6 +93,16 @@ Init scripts to be started by runlevel default
vixie\-cron
xdm
xfs
+.SH "ACTION: PAUSE"
+\fBeselect rc pause\fR \fIscript\fR [\fIscript\fR ...]
+.br
+Pauses the given set of init scripts.
+
+phi / # eselect rc pause net.eth0
+.br
+ * Stopping eth0
+ * Bringing down eth0
+ * Shutting down eth0 ...
.SH "ACTION: RESTART"
\fBeselect rc restart\fR \fIscript\fR [\fIscript\fR ...]
.br
@@ -142,13 +160,13 @@ Restarting init script
* Starting local ... [ ok ]
* WARNING: "sshd" has already been started.
.SH "ACTION: STOP"
-\fBeselect rc stop\fR \fIscript\fR [\fIscript\fR ...]
+\fBeselect rc restart\fR \fIscript\fR [\fIscript\fR ...]
.br
-Stops the given set of init scripts manually, regardless of the current runlevel.
+Restarts the given set of init scripts.
-phi / # eselect rc stop local sshd
+phi / # eselect rc restart sshd
.br
-Stopping init script local sshd
+Restarting init script
* ERROR: "local" has not yet been started.
* Stopping sshd ... [ ok ]
.SH "AUTHOR"