time command does not accept parameters?



I was testing a small pet application and in order to measure the time it
takes to perform a certain task I started using the time command. After
browsing the man pages, I learnt that the command supported a bunch of
options, including formatting the output in order to extract more useful
information, like average total memory use.

Well, that is what the man page states. What the time command supports is a
whole different thing. While attempting to tweak the output format, I've
learnt that the time command in fact didn't accepted a single parameter. It
didn't even accepted the -v command.

So what's going wrong? Is the man page a bit out of line? Is my time command
broken? What am I missing over here?


Thanks in advance
Rui Maciel
.