You can use -P flag of man program to use a pager to display pages. For example you can use less as the pager program with flag -p to search for the pattern ERROR happening in the beginning of the line inside the man page:
man -P 'less -p ^ERRORS' symlink This opens man page of symlink and jumps directly to the ERRORS section of it.