Main Menu

Man pages

Started by Archive, May 12, 2010, 08:53:54 AM

Previous topic - Next topic

Archive

[Originally posted by msbc on 2006-06-01 03:09:14-07]

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

Archive

[Originally posted by exiftool on 2006-06-01 11:19:29-07]

If exiftool is installed correctly, this should work:

Code:
   man Image::ExifTool::WriteXMP

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

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