You can use -P flag of tell man program to use a pager to display pages. Here forFor example you can use less is used as the pager program with flag -p flag 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.