because I never had to lookup how to use it
EDIT: hm it doesn't even have a man/info page. Where can you learn about "cd" or "cd -", then?!
Some systems, like OS X and CentOS, map the cd man page to builtin which lists all the shell builtins and lets you know you should look at your shell's man page.
See 1.4.1.7 here for how bash searches for commands: http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_01_04...
It does on Unix and BSD systems.
because I never had to lookup how to use it
EDIT: hm it doesn't even have a man/info page. Where can you learn about "cd" or "cd -", then?!