Hi,
In dvips.c we find such code while processing `-p' option:
switch(sscanf(p, "%ld.%ld", &firstpage, &firstseq)) {
and this for `-l' option:
switch(sscanf(p, "%ld.%ld", &lastpage, &lastseq)) {
Does anybody recall what for is used firstseq and lastseq?
Regards,
Igor