From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8BCB1381F3 for ; Mon, 5 Aug 2013 06:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32A1AE0AEF; Mon, 5 Aug 2013 06:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC1A3E0AEF for ; Mon, 5 Aug 2013 06:43:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF4E533EB31 for ; Mon, 5 Aug 2013 06:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2EDC6E468F for ; Mon, 5 Aug 2013 06:43:25 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1375685031.2526faeaa46b81991abe6bbe6a8fe8232c232a4d.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: man/ X-VCS-Repository: proj/eselect X-VCS-Files: man/Makefile.am man/bashcomp.eselect.5 X-VCS-Directories: man/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 2526faeaa46b81991abe6bbe6a8fe8232c232a4d X-VCS-Branch: master Date: Mon, 5 Aug 2013 06:43:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e53752bf-bcb8-44da-8df1-0473ec30ad56 X-Archives-Hash: 1ac6e36fb6234fbb101135442b8921b5 commit: 2526faeaa46b81991abe6bbe6a8fe8232c232a4d Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 5 06:43:51 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Mon Aug 5 06:43:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=2526faea 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. --- man/Makefile.am | 1 - man/bashcomp.eselect.5 | 66 -------------------------------------------------- 2 files changed, 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 -.SH SEE ALSO -.BR eselect (1)