Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/cron/dist Fix Dd argument. Remove unnecessary w...



details:   https://anonhg.NetBSD.org/src/rev/42f752fc6a99
branches:  trunk
changeset: 319929:42f752fc6a99
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 15 23:15:56 2018 +0000

description:
Fix Dd argument. Remove unnecessary whitespace.

diffstat:

 external/bsd/cron/dist/crontab.5 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2120886ce0ec -r 42f752fc6a99 external/bsd/cron/dist/crontab.5
--- a/external/bsd/cron/dist/crontab.5  Fri Jun 15 23:13:19 2018 +0000
+++ b/external/bsd/cron/dist/crontab.5  Fri Jun 15 23:15:56 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: crontab.5,v 1.6 2018/06/14 22:02:57 christos Exp $
+.\" $NetBSD: crontab.5,v 1.7 2018/06/15 23:15:56 wiz Exp $
 .\"
 .\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
 .\" * All rights reserved
@@ -21,7 +21,7 @@
 .\"
 .\" $OpenBSD: crontab.5,v 1.36 2018/06/13 13:27:37 jmc Exp $
 .\"
-.Dd June 14 2018
+.Dd June 14, 2018
 .Dt CRONTAB 5
 .Os
 .Sh NAME
@@ -261,7 +261,7 @@
 variable can be set to an alternate time zone in order to affect when the job
 is run.
 Note that this only affects the scheduling of the job, not the time zone
-that the job perceives when it is run. 
+that the job perceives when it is run.
 If
 .Ev CRON_TZ
 is defined but empty
@@ -277,7 +277,7 @@
 jobs will sometimes start later than originally intended, and by
 skipping non-critical jobs because of delays, system load can be
 lightened.
-If 
+If
 .Ev CRON_WITHIN
 is defined but empty
 .Pq Ev CRON_WITHIN Ns = Ns \&"" ,



Home | Main Index | Thread Index | Old Index