diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 73f92c653abd..ce079bc5b0eb 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -119,9 +119,18 @@ as for example the command of .Xr cdcontrol 1 is printing. +You may mount an arbitrary session of a multi-session CD by specifying +the correct +.Ar startsector +here. .It Fl v Be verbose about the starting sector decisions made. .El +.Sh EXAMPLES +The following command can be used to mount a Kodak Photo-CD : +.Bd -literal -offset indent +mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom +.Ed .Sh SEE ALSO .Xr cdcontrol 1 , .Xr mount 2 ,