diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-10-24 13:02:39 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-10-24 13:02:39 +0000 |
| commit | b9ff618c3af22fe5c13cc56ce9db940682bd173e (patch) | |
| tree | e6791e359704bd913e78bf53eeccb6bff9f66b50 /usr.sbin/cron | |
| parent | d3a3b087787f11b9b981d0e941b79ca34e3ecaa3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cron')
| -rw-r--r-- | usr.sbin/cron/crontab/crontab.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index 32b0bb10254f..3b8afd0d9f6e 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -114,8 +114,13 @@ from the editor, the modified crontab will be installed automatically. The .Nm command conforms to -.St -p1003.2 . -This new command syntax +.St -p1003.2 +with the exception that the dangerous variant of calling +.Nm +without a file name in the first form of the command is not allowed by +this implementation. +The pseudo-filename ``-'' must be specified to read from standard input. +The new command syntax differs from previous versions of Vixie Cron, as well as from the classic SVR3 syntax. .Sh DIAGNOSTICS |
