diff options
| author | sommerfeld <sommerfeld@NetBSD.org> | 2000-11-28 14:06:13 +0000 |
|---|---|---|
| committer | sommerfeld <sommerfeld@NetBSD.org> | 2000-11-28 14:06:13 +0000 |
| commit | 057fcccd0cfb6caaa4e5de4ccfce9862cc02198a (patch) | |
| tree | ebf8b3a76ad95d007bcee8ac3f403639a3cb5904 | |
| parent | 51858ad725a326600ad7c8722a29e49433f8f82e (diff) | |
Default crontab size limit is 256k, not 32k; correct documentation to
match code.
| -rw-r--r-- | usr.sbin/cron/crontab.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1 index ba044c7e52c..b4b8cd11e1e 100644 --- a/usr.sbin/cron/crontab.1 +++ b/usr.sbin/cron/crontab.1 @@ -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 @@ depending on site-dependent configuration parameters, only the super user 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 |
