diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-09-13 00:38:48 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-09-13 00:38:48 +0000 |
| commit | c806defe8fee62c4738f46e555d69b085e8d1259 (patch) | |
| tree | 2242ce6491a0b4a243c97dc2ebe9e69f8ef9324c | |
| parent | 3c60ea77649d0f0d944c0830225c525541010710 (diff) | |
cron: Fix comment from "root's" to "system" crontab
It is referred to in the documentation as the system crontab, not root's
crontab.
PR: 289099
Reviewed by: emaste
Approved by: emaste (mentor)
Fixes: d33daab9348a ("Call /etc/crontab the "system crontab", not "root's crontab". While here, fix some other wording issues")
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D52503
| -rw-r--r-- | usr.sbin/cron/cron/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron/crontab b/usr.sbin/cron/cron/crontab index 2f4bc71d8722..e37d3fd67543 100644 --- a/usr.sbin/cron/cron/crontab +++ b/usr.sbin/cron/cron/crontab @@ -1,4 +1,4 @@ -# /etc/crontab - root's crontab for FreeBSD +# /etc/crontab - system crontab for FreeBSD # # SHELL=/bin/sh |
