In most BibTeX entries I found on the internet a page range in the page field is separated by a double hyphen --. Why should I use a double dash and not a single one -?
@misc{blub,
title="blah",
pages="1--99" <---
}
and not
@misc{blub,
title="blah",
pages="1-99" <---
}