diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 19:03:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-25 20:53:40 +0100 |
commit | dea73da724b835299a85a4bb3803912912b4b534 (patch) | |
tree | 3b94f51989f6d322e9f463a717362bdf6af29d51 /app-shells | |
parent | app-portage/gentoolkit-dev: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-dea73da724b835299a85a4bb3803912912b4b534.tar.gz gentoo-dea73da724b835299a85a4bb3803912912b4b534.tar.bz2 gentoo-dea73da724b835299a85a4bb3803912912b4b534.zip |
app-shells/bash-completion: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app-shells/bash-completion/metadata.xml b/app-shells/bash-completion/metadata.xml index 5ceec3abea7e..b55bf3f4971d 100644 --- a/app-shells/bash-completion/metadata.xml +++ b/app-shells/bash-completion/metadata.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> @@ -10,16 +10,16 @@ <name>Gentoo Shell Tools Project</name> </maintainer> <longdescription> - 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. </longdescription> <upstream> <remote-id type="bitbucket">mgorny/bashcomp2</remote-id> |