Comment on Time-saving tips for LinuxparentComments−ominous_prime15yThey'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−ilcavero15yThanks, quite frustrating not having any keyword that allows you to google somethingmore info at: http://en.wikipedia.org/wiki/Man_page
Comments
They're the man page sections. When something appears in more than one category, you need to specify the section in the `man` command.
http://en.wikipedia.org/wiki/Man_pageThanks, quite frustrating not having any keyword that allows you to google something
more info at: http://en.wikipedia.org/wiki/Man_page