I read in an Internet article to format a partition to FAT32 with the following command:
sudo mkfs.vfat -F 32 /dev/sdXn
Now I read the man page for mkfs.vfat and it shows mkfs.fat as the name of the command without the v. After that I tried formatting a partition without the v and expectedly it worked. Why is there a synonymous command called mkfs.vfat instead of just mkfs.fat?
Edit: Oh, and in man mkfs mkfs.vfat is listed instead of mkfs.fat in "SEE ALSO".