[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2282: remove percentage signs from BL
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2282: remove percentage signs from BLURB, which confuses printf |
Date: |
Fri, 12 Apr 2013 21:18:44 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2282
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2013-04-12 21:18:44 +0200
message:
remove percentage signs from BLURB, which confuses printf
modified:
gnu/java-getopt/Makefile
gnu/mcron/Makefile
=== modified file 'gnu/java-getopt/Makefile'
--- a/gnu/java-getopt/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnu/java-getopt/Makefile 2013-04-12 19:18:44 +0000
@@ -24,8 +24,8 @@
define BLURB
java-getopt provides a Java port of the GNU getopt function from
glibc. It supports parsing both long and short command-line
- arguments in a flexible manner, which is 100% compatible with the C
- version.
+ arguments in a flexible manner, which is completely compatible with
+ the C version.
endef
######################################################################
=== modified file 'gnu/mcron/Makefile'
--- a/gnu/mcron/Makefile 2013-04-01 19:21:21 +0000
+++ b/gnu/mcron/Makefile 2013-04-12 19:18:44 +0000
@@ -21,9 +21,9 @@
HOME_URL = http://www.gnu.org/software/mcron/
DESCRIPTION = A flexible cron implementation in Guile
define BLURB
- Mcron is a 100% compatible replacement for Vixie cron. It is used to
- run tasks on a schedule, such as every hour or every Monday. Mcron
- is written in Guile, so its configuration can be written in Scheme,
+ Mcron is a complete replacement for Vixie cron. It is used to run
+ tasks on a schedule, such as every hour or every Monday. Mcron is
+ written in Guile, so its configuration can be written in Scheme,
however the original cron format is also supported.
endef
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2282: remove percentage signs from BLURB, which confuses printf,
Brandon Invergo <=