diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | 992773d3a2af2e02eca920bf9ba6d8580b246e60 (patch) | |
tree | 2e3202955c57e0f6c410caad8e43b8fd2c7b6a85 /gnu/packages/shells.scm | |
parent | 55e2b9b0a41b7d5789379ce77e7734eef4e2bc45 (diff) | |
download | guix-992773d3a2af2e02eca920bf9ba6d8580b246e60.tar.gz |
gnu: dash: Capitalise description sentences.
* gnu/packages/shells.scm (dash)[description]: Capitalise ‘dash’.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index f40e491535..7cb57ed7ae 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -108,9 +108,9 @@ (home-page "http://gondor.apana.org.au/~herbert/dash") (synopsis "POSIX-compliant shell optimised for size") (description - "dash is a POSIX-compliant @command{/bin/sh} implementation that aims to be + "Dash is a POSIX-compliant @command{/bin/sh} implementation that aims to be as small as possible, often without sacrificing speed. It is faster than the -GNU Bourne-Again Shell (@command{bash}) at most scripted tasks. dash is a +GNU Bourne-Again Shell (@command{bash}) at most scripted tasks. Dash is a direct descendant of NetBSD's Almquist Shell (@command{ash}).") (license (list license:bsd-3 license:gpl2+)))) ; mksignames.c |