]>
Commit | Line | Data |
---|---|---|
224c7076 A |
1 | --- _SB/Libc/gen/FreeBSD/times.3 2003-05-20 15:21:03.000000000 -0700 |
2 | +++ _SB/Libc/gen/FreeBSD/times.3.edit 2006-06-28 16:55:51.000000000 -0700 | |
3 | @@ -43,7 +43,9 @@ | |
4 | .Sh SYNOPSIS | |
5 | .In sys/times.h | |
6 | .Ft clock_t | |
7 | -.Fn times "struct tms *tp" | |
8 | +.Fo times | |
9 | +.Fa "struct tms *buffer" | |
10 | +.Fc | |
11 | .Sh DESCRIPTION | |
12 | .Bf -symbolic | |
13 | This interface is obsoleted by | |
14 | @@ -61,7 +63,7 @@ | |
15 | Time. | |
16 | .Pp | |
17 | It also fills in the structure pointed to by | |
18 | -.Fa tp | |
19 | +.Fa buffer | |
20 | with time-accounting information. | |
21 | .Pp | |
22 | The |