Confession. I think I haven't read manpages since stackoverflow and certainly not since LLMs. Perhaps the modern version of "man" should be a program you can talk to.
Number in man page titles e.g. sleep(3)
11–20 of 85 posts
Re: Number in man page titles e.g. sleep(3)
#12Re: Number in man page titles e.g. sleep(3)
#13https://pubs.opengroup.org/onlinepubs/9799919799/idx/xcu.htm...
These would all be in section 1, if I am correct.
Re: Number in man page titles e.g. sleep(3)
#14> (... less common section numbers) One very important section number is 5 - it's for file formats. So if you forget the crontab format, you need to invoke `man 5 crontab` to read about it.
Re: Number in man page titles e.g. sleep(3)
#15> (... less common section numbers) One very important section number is 5 - it's for file formats. So if you forget the crontab format, you need to invoke `man 5 crontab` to read about it.
... because if you do `man crontab` you get section 1, which does not document the crontab fields.
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.
Re: Number in man page titles e.g. sleep(3)
#16Confession. I think I haven't read manpages since stackoverflow and certainly not since LLMs. Perhaps the modern version of "man" should be a program you can talk to.
"Hey , use `man` to help answer these questions about grep"
Re: Number in man page titles e.g. sleep(3)
#17If you like man trivia (and why else would you be reading this?) you could check out the top comment at https://unix.stackexchange.com/questions/405783/why-does-man... (discussed at https://news.ycombinator.com/item?id=27994194 )
Reading this makes me wonder if Easter eggs are ever appropriate for something as ubiquitous as man.
Which means you need to usually make it explicit to call them (man --abba or something) than something that "surprises" the user.
Re: Number in man page titles e.g. sleep(3)
#18Step 1: Read `man man` Step 2: Feel the urge to write an article about that
Is there a man man man article that will explain how to read man man?
info man
Ah that crap is/was so rage inducing!Re: Number in man page titles e.g. sleep(3)
#19Earlier quoted context omitted.
... because if you do `man crontab` you get section 1, which does not document the crontab fields.
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.
Why is it that the Rust community thinks that the solution to every flaw in an application is a rewrite in Rust?
Re: Number in man page titles e.g. sleep(3)
#20If you like man trivia (and why else would you be reading this?) you could check out the top comment at https://unix.stackexchange.com/questions/405783/why-does-man... (discussed at https://news.ycombinator.com/item?id=27994194 )
Haha! Adequate amount of fun was provided, please resume regular man activities.