logoalt Hacker News

linsomniactoday at 12:14 PM3 repliesview on HN

... because if you do `man crontab` you get section 1, which does not document the crontab fields.


Replies

voidUpdatetoday at 12:54 PM

In fact, the only reference to crontab(5) is in the SEE ALSO section (on my version anyway), but that doesn't say why you might want to see crontab(5), just that it exists. That is spectacularly useless

show 1 reply
IshKebabtoday at 12:22 PM

That is incredibly stupid. A documentation system designed by someone who doesn't understand how people use documentation.

If man was designed by someone with any taste at all it would at least give you a menu to select (1) crontab command, (5) crontab file format. Maybe we need a rewrite in Rust to fix that.

show 6 replies
driftcodertoday at 1:41 PM

man -k crontab is the real trick here. shows both sections so you don't have to already know the number exists.

show 1 reply