diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2012-12-19 16:17:27 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-19 16:20:08 -0500 |
| commit | 301781d2db738a21151e59134089ca6692a693cc (patch) | |
| tree | df6f5b3dd655f69bada5a1b4a2838f2875eebde0 /man/euse.1 | |
| parent | 8745911eb903f1da301d99d5949f655b0190ca6f (diff) | |
| download | gentoolkit-301781d2db738a21151e59134089ca6692a693cc.tar.gz | |
drop trailing whitespace
Should be no functional changes here.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'man/euse.1')
| -rw-r--r-- | man/euse.1 | 54 |
1 files changed, 27 insertions, 27 deletions
@@ -5,45 +5,45 @@ euse \- Gentoo: command line USE flag editor .B euse \fI<option> [suboption] [useflaglist]\fB .SH "DESCRIPTION" -.PP +.PP .I euse is used to set(disable/enable) USE flags in /etc/make.conf without having to edit the file directly. It is also used to get detail information about use flags like description, status of flags(enabled/disabled), type of flag(global/local) etc. .SH "OPTIONS " -.TP +.TP \fB\-E, \-\-enable\fI -Enables USE flag(s) in make.conf. It accepts one or more space separated +Enables USE flag(s) in make.conf. It accepts one or more space separated USE flags as parameters. -.TP +.TP \fB\-D, \-\-disable\fI Disables USE flag(s) in make.conf. Puts a '\-' sign in front of the USE flag -and appends it to the USE setting in make.conf. It accepts one or more +and appends it to the USE setting in make.conf. It accepts one or more space separated USE flags as parameters. -.TP +.TP \fB\-P, \-\-prune\fI Removes USE flag(s) in make.conf. Removes all positive and negative references to the given USE flags from make.conf. -.TP +.TP \fB\-i, \-\-info\fI Prints detail information about the USE flag(s). If no arguments are given then it assumes you want information for all USE flags. If one or more arguments are given (space separated) then only information for those flags is printed. -.TP +.TP \fB\-I, \-\-info\-installed\fI Same as \-\-info, except that it will also list the currently installed packages that are utilizing the flag. .sp .RS The output is in the following format: -.br +.br \fB[\- cD ]\fI alpha \- indicates that architecture ... -.br +.br \fB[\- ]\fI moznocompose (net\-www/mozilla): -.br -Disable building of mozilla's web page composer -.br +.br +Disable building of mozilla's web page composer +.br The indicators in the first column are: .IP is_active + if the flag is seen as active by portage, \- if not @@ -63,41 +63,41 @@ by make.defaults G if the flag is enabled in make.globals, g if it is disabled in make.globals, nothing if it's not affected by make.globals -.br +.br Then follows the name of the flag, for local flags the package name and then the description (on a new line for local flags). -.TP +.TP \fB\-a, \-\-active\fI -Shows all currently active USE flags and where they are activated (see +Shows all currently active USE flags and where they are activated (see description for \fB\-\-info\fI). -.TP +.TP \fB\-h, \-\-help\fI Show the help message listing all the available flags and a short description -.TP +.TP \fB\-v, \-\-version\fI Show the version information .SH "FILES" /etc/make.conf -.br +.br /etc/make.profile/make.defaults -.br +.br /etc/make.globals -.br +.br $PORTDIR/profiles/use.desc -.br +.br $PORTDIR/profiles/use.local.desc -.br +.br .SH "AUTHOR" Original version by Arun Bhanu <codebear@gentoo.org> -.br +.br Updated for rewritten euse by Marius Mauch <genone@gentoo.org> Sigificant rewrite for package.use support by Jared Hancock .SH "BUGS" euse doesn't handle USE flags enabled or disabled by use.defaults, use.mask or package.use yet. It also doesn't completely understand the \-* flag. .SH "SEE ALSO" -.BR ufed(8), -.TP -The \fI/usr/bin/euse\fR script. +.BR ufed(8), +.TP +The \fI/usr/bin/euse\fR script. |
