Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/cron Default crontab size limit is 256k, not 32k; c...



details:   https://anonhg.NetBSD.org/src/rev/cba5b8ae97fa
branches:  trunk
changeset: 499755:cba5b8ae97fa
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Tue Nov 28 14:06:13 2000 +0000

description:
Default crontab size limit is 256k, not 32k; correct documentation to
match code.

diffstat:

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

diffs (18 lines):

diff -r 3010a1d184b4 -r cba5b8ae97fa usr.sbin/cron/crontab.1
--- a/usr.sbin/cron/crontab.1   Tue Nov 28 13:10:41 2000 +0000
+++ b/usr.sbin/cron/crontab.1   Tue Nov 28 14:06:13 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crontab.1,v 1.4 1999/04/09 02:47:03 cjs Exp $
+.\"    $NetBSD: crontab.1,v 1.5 2000/11/28 14:06:13 sommerfeld Exp $
 .\"
 .\"/* Copyright 1988,1990,1993 by Paul Vixie
 .\" * All rights reserved
@@ -49,7 +49,7 @@
 will be allowed to use this command, or all users will be able to use this
 command.
 .PP
-The default maximum size for a crontab is 32768 bytes, but this may be
+The default maximum size for a crontab is 256 kilobytes, but this may be
 changed for all users on the system by putting the desired maximum size
 (in bytes) in the
 .I maxtabsize



Home | Main Index | Thread Index | Old Index