[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, master, updated. debian/3.0pl1-119-23-gd9469ae

Javier Fernandez-Sanguino jfs at debian.org
Sun Sep 18 20:59:08 UTC 2011


The following commit has been merged in the master branch:
commit cfb1c2154a3e9b87e54fef4ddbc331e48f391d75
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Sun Sep 18 22:26:01 2011 +0200

    Fix formatting typo in manpage

diff --git a/crontab.5 b/crontab.5
index e884072..faaf254 100644
--- a/crontab.5
+++ b/crontab.5
@@ -339,7 +339,7 @@ For example, to run a program the last Saturday of every month you could use
 the following wrapper code:
 
 .nf
-0 4 * * Sat   [ "$(date +%e)" = "`ncal | grep $(date +%a | sed  -e 's/.$//') | sed -e 's/^.*\s\([0-9]\+\)\s*$/\1/'`" ] && echo "Last Saturday" && program_to_run
+0 4 * * Sat   [ "$(date +%e)" = "`ncal | grep $(date +%a | sed  -e 's/.$//') | sed -e 's/^.*\\s\\([0-9]\\+\\)\\s*$/\\1/'`" ] && echo "Last Saturday" && program_to_run
 .fi
 
 

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list