Deleted Added
full compact
time.1 (51090) time.1 (51275)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)time.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)time.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/time/time.1 51090 1999-09-08 15:40:46Z sheldonh $
33.\" $FreeBSD: head/usr.bin/time/time.1 51275 1999-09-14 11:46:04Z sheldonh $
34.\"
35.Dd June 6, 1993
36.Dt TIME 1
37.Os BSD 4
38.Sh NAME
39.Nm time
40.Nd time command execution
41.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

66process and the time consumed by system overhead.
67.Pp
68Available options:
69.Bl -tag -width Ds
70.It Fl a
71If the
72.Fl o
73flag is used, append to the specified file rather than overwriting
34.\"
35.Dd June 6, 1993
36.Dt TIME 1
37.Os BSD 4
38.Sh NAME
39.Nm time
40.Nd time command execution
41.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

66process and the time consumed by system overhead.
67.Pp
68Available options:
69.Bl -tag -width Ds
70.It Fl a
71If the
72.Fl o
73flag is used, append to the specified file rather than overwriting
74it. Otherwise, this option has no effect.
74it.
75Otherwise, this option has no effect.
75.It Fl l
76The contents of the
77.Em rusage
78structure are printed as well.
79.It Fl o Ar file
80Write the output to
81.Ar file
82instead of stderr. If

--- 4 unchanged lines hidden (view full) ---

87.It Fl p
88Makes
89.Nm
90output POSIX.2 compliant (each time is printed on its own line).
91.El
92.Pp
93Some shells may provide a builtin
94.Nm
76.It Fl l
77The contents of the
78.Em rusage
79structure are printed as well.
80.It Fl o Ar file
81Write the output to
82.Ar file
83instead of stderr. If

--- 4 unchanged lines hidden (view full) ---

88.It Fl p
89Makes
90.Nm
91output POSIX.2 compliant (each time is printed on its own line).
92.El
93.Pp
94Some shells may provide a builtin
95.Nm
95command which is similar or identical to this utility. Consult
96the
96command which is similar or identical to this utility.
97Consult the
97.Xr builtin 1
98manual page.
99.Sh DIAGNOSTICS
100If
101.Ar command
98.Xr builtin 1
99manual page.
100.Sh DIAGNOSTICS
101If
102.Ar command
102could be timed successfully, its exit status is returned. In case
103could be timed successfully, its exit status is returned.
104If
103.Ar command
104terminated abnormally, a warning message is output to stderr.
105If the
106.Ar command
107was found but could not be run, the exit status is 126.
108If no
109.Ar command
110could be found at all, the exit status is 127.

--- 18 unchanged lines hidden ---
105.Ar command
106terminated abnormally, a warning message is output to stderr.
107If the
108.Ar command
109was found but could not be run, the exit status is 126.
110If no
111.Ar command
112could be found at all, the exit status is 127.

--- 18 unchanged lines hidden ---