diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-25 17:42:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-25 17:42:04 +0000 |
commit | c5cdb5c54d93f2c01751180221d35c1935911f45 (patch) | |
tree | e25e50927105c12c1e47589329fecec836269b27 /man/profile.eselect.5 | |
parent | Make "new" the default for the "read" action. Slightly change output. (diff) | |
download | eselect-c5cdb5c54d93f2c01751180221d35c1935911f45.tar.gz eselect-c5cdb5c54d93f2c01751180221d35c1935911f45.tar.bz2 eselect-c5cdb5c54d93f2c01751180221d35c1935911f45.zip |
Use man macros.
svn path=/trunk/; revision=505
Diffstat (limited to 'man/profile.eselect.5')
-rw-r--r-- | man/profile.eselect.5 | 80 |
1 files changed, 47 insertions, 33 deletions
diff --git a/man/profile.eselect.5 b/man/profile.eselect.5 index 7011858..e336f53 100644 --- a/man/profile.eselect.5 +++ b/man/profile.eselect.5 @@ -1,45 +1,59 @@ -.TH "ESELECT" "5" "April 2005" "Gentoo Linux" "eselect" -.SH "NAME" -profile\.eselect \- The profile management module for Gentoo's eselect -.SH "SYNOPSIS" -\fBeselect profile\fR [\fBhelp\fR|\fBusage\fR] -.br -\fBeselect profile\fR \fBlist\fR -.br -\fBeselect profile\fR \fBset\fR [\fB\-\-force\fR] \fIprofile\fR -.br -\fBeselect profile\fR \fBshow\fR +.\" Copyright 2005-2009 Gentoo Foundation +.\" Distributed under the terms of the GNU General Public License v2 +.\" $Id$ +.\" +.TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect +.SH NAME +profile.eselect \- The profile management module for Gentoo's eselect +.SH SYNOPSIS +.B eselect profile +.RB [ help | usage | version ] +.br +.B eselect profile list +.br +.B eselect profile set +.RB [ \-\-force ] +.I profile +.br +.B eselect profile show +.SH DESCRIPTION +.B eselect +is Gentoo's configuration and management tool. It features modules +that care for the individual administrative tasks. +.SH ACTION: LIST +.B eselect profile list +.br +Display an ordered list of available and (for your architecture) valid +profiles. -.SH "DESCRIPTION" -\fBeselect\fR is Gentoo's configuration and management tool. It features -modules that care for the individual administrative tasks. -.SH "ACTION: LIST" -\fBeselect profile list\fR -.br -Displays an ordered list of available and (for your architecture) valid profiles. - -phi / # eselect profile list +# eselect profile list .br Available profile symlink targets: [1] default\-linux/amd64/2005.0 -.SH "ACTION: SET" -\fBeselect profile\ set\fR [\fB\-\-force\fR] [\fIprofile\fR] -.br -Select a valid profile for future use with portage. If the \-\-force flag -is specified, set the profile even if it doesn't appear to be a valid one (doesn't -exist in \fB${PORTDIR}\fR/profiles/profiles.desc). -.SH "ACTION: SHOW" -\fBeselect profile\ show\fR -.br -Shows your system's currently active profile. +.SH ACTION: SET +.B eselect profile set +.RB [ \-\-force ] +.I profile +.br +Select a valid profile for future use with portage. If the +.B \-\-force +flag is specified, set the profile even if it doesn't appear to be +a valid one (doesn't exist in +.BR ${PORTDIR} /profiles/profiles.desc). +.SH ACTION: SHOW +.B eselect profile show +.br +Show your system's currently active profile. -phi / # eselect profile\ show +# eselect profile show .br Current make.profile symlink: /usr/portage/profiles/default\-linux/amd64/2005.0 -.SH "AUTHORS" +.SH AUTHORS Danny van Dyk <kugelfang@gentoo.org> .br Aaron Walker <ka0ttic@gentoo.org> -.SH "REVISION" +.SH SEE ALSO +.BR eselect (1) +.SH REVISION $Id$ |