--- a/exif.1
+++ b/exif.1
@@ -19,7 +19,7 @@
 .SH "NAME"
 exif \- shows EXIF information in JPEG files
 .SH "SYNOPSIS"
-.BI "exif [ " "OPTION" " ] " "file"
+.BI "exif [ " "OPTION" " ] " "file..."
 .SH DESCRIPTION
 .B "exif"
 is a small command-line utility to show and change EXIF information in JPEG files.
@@ -84,6 +84,16 @@
 .TP
 .BI "\-\-usage"
 Display brief usage message
+.SH "EXAMPLES"
+.IX Header "EXAMPLES"
+Here are some examples of the use of \fBexif\fR:
+.IP "exif \-e picture.jpg"
+Extract thumbnail from picture.jpg to picture.jpg.modified.jpg
+.IP "exif \-t 0x9003 picture.jpg"
+Display EXIF tag 0x9003 (DateTimeOriginal)
+.IP "exif \-\-ifd=EXIF \-\-tag 0x9003 \-\-set\-value='2007:09:17 09:30:55' picture.jpg"
+Set EXIF tag 0x9003 (DateTimeOriginal) to the given value, writing the new
+file to picture.jpg.modified.jpg
 .SH "AUTHOR"
 Written by Lutz Mueller <lutz@users.sourceforge.net>
 .SH "SEE ALSO"
