Thread

Posted on Thu Jun 1 06:09:14 2006 by msbc
Man pages
What is the correct 'man' command to read one of the man pages installed with ExifTool? As an example, the path to one of the pages is /usr/local/man/man3/Image::ExifTool::WriteXMP.3pm
Direct Responses: 2398 | Write a response
Posted on Thu Jun 1 14:19:29 2006 by exiftool in response to 2394
Re: Man pages
If exiftool is installed correctly, this should work:

man Image::ExifTool::WriteXMP

Otherwise, you will need to specify the path to the ExifTool man pages:

man -M /usr/local Image::ExifTool::WriteXMP

Write a response