From 2e94008356f2e6672f96d21ad834dedcf673b43b Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Wed, 25 Nov 2015 15:11:55 -0500 Subject: [PATCH] dos2unix: Grammatical fixes. --- app-text/dos2unix/dos2unix-7.3.2.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/dos2unix/dos2unix-7.3.2.recipe b/app-text/dos2unix/dos2unix-7.3.2.recipe index 0601b2f1d..74aceef27 100644 --- a/app-text/dos2unix/dos2unix-7.3.2.recipe +++ b/app-text/dos2unix/dos2unix-7.3.2.recipe @@ -1,9 +1,9 @@ -SUMMARY="Converter between DOS and Unix end-of-line" -DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like \ -to have just LF. Dos2unix and unix2dos are simple parser/converter command line \ -programs to convert between the two formats." +SUMMARY="Converter between DOS and Unix end-of-line delimiters" +DESCRIPTION="DOS/Windows uses CR/LF at the end of lines whereas UNIX has \ +just LF. Dos2unix and unix2dos are simple command line tools to convert \ +between the two formats." HOMEPAGE="http://sourceforge.net/projects/dos2unix" -COPYRIGHT="2009-2015 Erwin Waterlander +COPYRIGHT="2009-2015 Erwin Waterlander 1998 Christian Wurll 1998 Bernd Johannes Wuebben 1994-1995 Benjamin Lin"