diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-09 19:37:45 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-09 19:37:45 +0000 |
commit | 2d8c3025e5d5c5a506f7f8fab58f2e73b4943a56 (patch) | |
tree | 14d2fe6dd0e65a3691648b54b36c23a1963617a5 /usr.bin/time/time.1 | |
parent | 99e4660fa8852a4e2de6dac0fa262793ad070aa9 (diff) | |
download | FreeBSD-src-2d8c3025e5d5c5a506f7f8fab58f2e73b4943a56.zip FreeBSD-src-2d8c3025e5d5c5a506f7f8fab58f2e73b4943a56.tar.gz |
Introduce options definition the standard way. command -> utility.
Diffstat (limited to 'usr.bin/time/time.1')
-rw-r--r-- | usr.bin/time/time.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 02e3eaf..9f00771 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -62,8 +62,8 @@ the time used to execute the .Ar utility process and the time consumed by system overhead. .Pp -Available options: -.Bl -tag -width Ds +The following options are available: +.Bl -tag -width indent .It Fl a If the .Fl o @@ -134,5 +134,5 @@ utility is expected to conform to ISO/IEC 9945-2:1993 (``POSIX''). .Sh HISTORY A .Nm -command appeared in +utility appeared in .At v3 . |