mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: dash: Capitalise description sentences.
* gnu/packages/shells.scm (dash)[description]: Capitalise ‘dash’.
This commit is contained in:
parent
55e2b9b0a4
commit
992773d3a2
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@ (define-public dash
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue