ref: https://en.wikipedia.org/wiki/Man_page#Manual_sections
Note the 2 in READ(2) - that tells you're viewing something from section 2 of the man pages.
Depending on which OS you're using, the section content might differ. Please see the Wikipedia page linked above.
The content you show is the "read()" function, from basic "C" computer programming language (present already in K&R C).
The "read" you're after is described either in "man bash" or (as told in man bash) tersely by "help read".
You will also find most about bash in the Bash guides at http://www.tldp.org/ (lengthy texts, loads of examples).