aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-05 08:43:51 +0200
committerUlrich Müller <ulm@gentoo.org>2013-08-05 08:43:51 +0200
commitde9c960a88751416fdd60b560a3fc2d7fa151c7f (patch)
tree580084588469cbd45798443fbc4c2f5995d1b24e /man
parentUpdate version to 1.3.7. (diff)
downloadeselect-de9c960a88751416fdd60b560a3fc2d7fa151c7f.tar.gz
eselect-de9c960a88751416fdd60b560a3fc2d7fa151c7f.tar.bz2
eselect-de9c960a88751416fdd60b560a3fc2d7fa151c7f.zip
Remove stale man page for bashcomp module.
* man/bashcomp.eselect.5: Remove stale man page. * man/Makefile.am (man_MANS): Remove bashcomp.eselect.5 from list.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
-rw-r--r--man/bashcomp.eselect.566
2 files changed, 0 insertions, 67 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index f4c5e88..fa9964c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,5 @@
man_MANS = \
eselect.1 \
- bashcomp.eselect.5 \
binutils.eselect.5 \
editor.eselect.5 \
env.eselect.5 \
diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5
deleted file mode 100644
index eb87dcd..0000000
--- a/man/bashcomp.eselect.5
+++ /dev/null
@@ -1,66 +0,0 @@
-.\" Copyright 2005-2013 Gentoo Foundation
-.\" Distributed under the terms of the GNU GPL version 2 or later
-.\"
-.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect
-.SH NAME
-bashcomp.eselect \- Manage contributed bash-completion scripts
-.SH SYNOPSIS
-.B eselect bashcomp
-.RB [ help | usage | version ]
-.br
-.B eselect bashcomp list
-.RB [ \-\-global ]
-.br
-.B eselect bashcomp enable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-.B eselect bashcomp disable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for individual administrative tasks.
-.SH ACTION: LIST
-.B eselect bashcomp list
-.RB [ \-\-global ]
-.br
-Display a list of available contributed bash-completion scripts.
-Enabled bash-completions are marked with a '*'. If the
-.B \-\-global
-option is specified, list globally enabled completions.
-
-$ eselect bashcomp list
-.br
-Available completions:
- [1] bitkeeper
- [2] cowsay *
-.SH ACTION: ENABLE
-.B eselect bashcomp enable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-Enable the specified completion(s). Arguments may be a completion
-name or a corresponding number produced by
-.B eselect bashcomp
-.BR list .
-If the
-.B \-\-global
-option is specified, enable globally (for all users).
-.SH ACTION: DISABLE
-.B eselect bashcomp disable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-Disable the specified completion(s). Arguments may be a completion
-name or a corresponding number produced by
-.B eselect bashcomp
-.BR list .
-If the
-.B \-\-global
-option is specified, disable globally (for all users).
-.SH AUTHOR
-Aaron Walker <ka0ttic@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)