Let's answer the more important (by far) question first: Quote: |
How do I get those man pages? They've all given me page not found errors.
| Hmmmm. Man pages missing from your computer? Google this: Code: Linux man gettimeofday
From the google search results, choose the man page layout that pleases you most.
When you've read the man page, you'll see that you're interested in not just the tv_usec field, but also the tv_sec field. Both of them together specify the time of day; it's customary for the tv_usec field not to exceed 999999.
Questions after reading the man page? Come back. :)
__________________ --
Bill
Old age and treachery will overcome youth and skill. |