From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D90C2139084 for ; Sat, 25 Nov 2017 19:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB75BE0E45; Sat, 25 Nov 2017 19:55:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AEEBE0E43 for ; Sat, 25 Nov 2017 19:55:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABE8F33C770 for ; Sat, 25 Nov 2017 19:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F01D2A773 for ; Sat, 25 Nov 2017 19:55:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511639620.dea73da724b835299a85a4bb3803912912b4b534.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash-completion/metadata.xml X-VCS-Directories: app-shells/bash-completion/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dea73da724b835299a85a4bb3803912912b4b534 X-VCS-Branch: master Date: Sat, 25 Nov 2017 19:55:33 +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: fe7cf7ee-2836-4b1c-9075-67f08d1bbaa2 X-Archives-Hash: b6b5f5ee0fa0ae7202b2c654c9c8e76f commit: dea73da724b835299a85a4bb3803912912b4b534 Author: David Seifert gentoo org> AuthorDate: Sat Nov 25 18:03:52 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 25 19:53:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea73da7 app-shells/bash-completion: [QA] Consistent whitespace in metadata.xml app-shells/bash-completion/metadata.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app-shells/bash-completion/metadata.xml b/app-shells/bash-completion/metadata.xml index 5ceec3abea7..b55bf3f4971 100644 --- a/app-shells/bash-completion/metadata.xml +++ b/app-shells/bash-completion/metadata.xml @@ -1,4 +1,4 @@ - + @@ -10,16 +10,16 @@ Gentoo Shell Tools Project - Since v2.04, bash has allowed you to intelligently program and extend its - standard completion behavior to achieve complex command lines with just a - few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts - from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a - list of all string handling functions in the UNIX manual. mount system: - [Tab] would complete on all exported file-systems from the host called - system, while make [Tab] would complete on all targets in Makefile. This - project was conceived to produce programmable completion routines for the - most common Linux/UNIX commands, reducing the amount of typing sysadmins and - programmers need to do on a daily basis. + Since v2.04, bash has allowed you to intelligently program and extend its + standard completion behavior to achieve complex command lines with just a + few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts + from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a + list of all string handling functions in the UNIX manual. mount system: + [Tab] would complete on all exported file-systems from the host called + system, while make [Tab] would complete on all targets in Makefile. This + project was conceived to produce programmable completion routines for the + most common Linux/UNIX commands, reducing the amount of typing sysadmins and + programmers need to do on a daily basis. mgorny/bashcomp2