From 6804392ee311f39b0c6a9521820d00c58e0067c6 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 10 Sep 2021 19:11:18 -0400 Subject: misc/par: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- misc/par/README | 2 ++ misc/par/par.SlackBuild | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'misc/par') 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 -- cgit v1.2.3