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 Move the range example (for 8-11) to ...
details: https://anonhg.NetBSD.org/src/rev/e2c9559fffc1
branches: trunk
changeset: 1009238:e2c9559fffc1
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Apr 17 19:42:14 2020 +0000
description:
Move the range example (for 8-11) to follow the range definition, and to
preceed the random (?) discussion (and the corresponding random example)
diffstat:
external/bsd/cron/dist/crontab.5 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 02897944d74e -r e2c9559fffc1 external/bsd/cron/dist/crontab.5
--- a/external/bsd/cron/dist/crontab.5 Fri Apr 17 18:39:31 2020 +0000
+++ b/external/bsd/cron/dist/crontab.5 Fri Apr 17 19:42:14 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: crontab.5,v 1.8 2020/04/17 18:39:31 christos Exp $
+.\" $NetBSD: crontab.5,v 1.9 2020/04/17 19:42:14 pgoyette Exp $
.\"
.\"/* Copyright 1988,1990,1993,1994 by Paul Vixie
.\" * All rights reserved
@@ -141,6 +141,10 @@
Ranges of numbers are allowed.
Ranges are two numbers separated with a hyphen.
The specified range is inclusive.
+For example,
+8\(en11 for an
+.Ar hour
+entry specifies execution at hours 8, 9, 10 and 11.
.Pp
A field may begin with a question mark
.Pq Sq \&? ,
@@ -159,10 +163,6 @@
number of hosts from contacting a server simultaneously and
overloading it by staggering the time at which a download script
is executed.
-For example,
-8\(en11 for an
-.Ar hour
-entry specifies execution at hours 8, 9, 10 and 11.
.Pp
Step values can be used in conjunction with ranges (but not random ranges
which represent a single number).
Home |
Main Index |
Thread Index |
Old Index