Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/cron Fix indentation of a line in the sample file.



details:   https://anonhg.NetBSD.org/src/rev/798d0bfdd495
branches:  trunk
changeset: 569736:798d0bfdd495
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Thu Sep 02 11:41:27 2004 +0000

description:
Fix indentation of a line in the sample file.

diffstat:

 usr.sbin/cron/crontab.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4ae12f12a5d -r 798d0bfdd495 usr.sbin/cron/crontab.5
--- a/usr.sbin/cron/crontab.5   Thu Sep 02 11:35:56 2004 +0000
+++ b/usr.sbin/cron/crontab.5   Thu Sep 02 11:41:27 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crontab.5,v 1.10 2002/04/25 14:45:05 atatat Exp $
+.\"    $NetBSD: crontab.5,v 1.11 2004/09/02 11:41:27 jmmv Exp $
 .\"
 .\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
 .\" * All rights reserved
@@ -208,7 +208,7 @@
 # run at 2:15pm on the first of every month -- output mailed to paul
 15 14 1 * *     $HOME/bin/monthly
 # run at 10 pm on weekdays, annoy Joe
-0 22 * * 1-5   mail -s "It's 10pm" joe%Joe,%%Where are your kids?%
+0 22 * * 1-5    mail -s "It's 10pm" joe%Joe,%%Where are your kids?%
 23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
 5 4 * * sun     echo "run at 5 after 4 every sunday"
 .fi



Home | Main Index | Thread Index | Old Index