Finding right config file by description with apropos command

Question:
Using the apropos command, find out the configuration file for NFS mounts and save its name in the /home/bob/nfs file

Answer:

apropos -s5 "NFS mounts" | cut -f1 -d' '> /home/bob/nfs