From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.3) Gecko/20041207 Description of problem: "man crontab" should mention, in the FILES section, that personal (i.e. non system ) crontabs are held in /var/spool/cron. Version-Release number of selected component (if applicable): crontabs-1.10-7 How reproducible: Always Steps to Reproduce: 1. N/A 2. 3. Actual Results: N/A Expected Results: N/A Additional info:
'man crond' (crond(8)) does document the /var/spool/cron directory. The crontab(5) man-page only documents the format of crontab files; The crontab(1) man-page only documents the usage of the crontab program and the cron.{allow,deny} files. The crond(8) man-page documents the file locations of all files used by crond.
Neither crontab(1), nor crontab(5) cross reference crond(1), they both only cross reference cron(1).