I want to know what the -fix--missing
argument does in the command below
For example:
man apt-get update -fix--missing
Now if i type the command as it is above, it will be the same thing as typing man apt-get. Then i have to type /-fix--missing
while I'm in the man page and hit enter to jump to -fix--missing
Is there any faster way where i can just type one command and directly from the terminal and jump to the -fix--missing
section of the man page? or is this not possible.