When reading a Unix manpage in the terminal, how can I jump easily to the description of a particular flag?
For instance, I need to know the meaning of the -o flag for mount. I run man mount and want to jump to the place where -o is described. Currently, I search /-o however that option is mentioned in several places before the section that actually describes it, so I must jump around quite a bit.
Thanks.