Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"Learn what the number inside something like ls(1) or perror(3) means." you got me there, I don't know what it means and now I'm curious and can't find it on google


They're the man page sections. When something appears in more than one category, you need to specify the section in the `man` command.

  $ man 1 ls
  $ man 3 perror
  $ man 1 printf
  $ man 3 printf
http://en.wikipedia.org/wiki/Man_page


Thanks, quite frustrating not having any keyword that allows you to google something

more info at: http://en.wikipedia.org/wiki/Man_page


You can also do this:

  $ man man




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: