diff --git a/misc/par/README b/misc/par/README index a0488a9367..887c83b647 100644 --- a/misc/par/README +++ b/misc/par/README @@ -1,3 +1,5 @@ +par (paragraph reformatter) + par is a paragraph reformatter, vaguely similar to fmt, but better. For example, the command "par 44gqr", given the input: diff --git a/misc/par/par.SlackBuild b/misc/par/par.SlackBuild index 67727fa788..fb8ac03ee0 100644 --- a/misc/par/par.SlackBuild +++ b/misc/par/par.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for par -# Written by slakmagik +# Written by slakmagik # Released under the WTFPL # Now maintained by B. Watson @@ -30,9 +30,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0