From 79c311b81cd8b12075f4c8028a65787481ee40c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Dec 2013 22:33:23 +0100 Subject: gnu: Synchronize descriptions with 'gnumaint'. --- gnu/packages/bison.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/bison.scm') diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index b0eab278e3..cb8ed9a2ad 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -46,8 +46,8 @@ (define bison (home-page "http://www.gnu.org/software/bison/") (synopsis "Parser generator") (description - "Bison is a general-purpose parser generator. It can build a -deterministic LR or generalized LR parser from an annotated, context- free -grammar. It is versatile enough to have a wide variety of applications, from -parsers for simple tools up to parsers for complex programming languages.") + "GNU Bison is a general-purpose parser generator. It can build a +deterministic or generalized LR parser from an annotated, context-free +grammar. It is versatile enough to have many applications, from parsers for +simple tools through complex programming languages.") (license gpl3+))) -- cgit v1.2.3