That's the man page section number. For example
man printf
(should) Give you section 1, printf the bash command, while
man 3 printf
gives you the C function printf.
|
2 | added 9 characters in body | ||
|
That's the man page section number. For example
(should) Give you section 1,
gives you the C function |
||||
|
1 |
|
||
|
That's the section number. For example
(should) Give you section 1,
gives you the C function |
||||