6198 Let's EOL cachefs
[illumos-gate.git] / usr / src / lib / libast / common / man / strelapsed.3
blob8c3fa4addea73ecc7e0155758b24757591c19b41
1 .fp 5 CW
2 .de Af
3 .ds ;G \\*(;G\\f\\$1\\$3\\f\\$2
4 .if !\a\\$4\a\a .Af \\$2 \\$1 "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
5 ..
6 .de aF
7 .ie \a\\$3\a\a .ft \\$1
8 .el \{\
9 .ds ;G \&
10 .nr ;G \\n(.f
11 .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
12 \\*(;G
13 .ft \\n(;G \}
15 .de L
16 .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
18 .de LR
19 .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
21 .de RL
22 .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
24 .de EX          \" start example
25 .ta 1i 2i 3i 4i 5i 6i
26 .PP
27 .RS 
28 .PD 0
29 .ft 5
30 .nf
32 .de EE          \" end example
33 .fi
34 .ft
35 .PD
36 .RE
37 .PP
39 .TH STRELAPSED 3
40 .SH NAME
41 strelapsed \- parse elapsed time expression
42 .SH SYNOPSIS
43 .L "unsigned long strelapsed(char* buf, char** next, int persec)"
44 .SH DESCRIPTION
45 .I strelapsed
46 returns a pointer to a string representation of the elapsed time for
47 .L (count/persec)
48 seconds.
49 The two largest time units are used, limiting the return value length
50 to at most 6 characters.
51 The units are:
52 .TP
53 .B s
54 seconds
55 .TP
56 .B m
57 minutes
58 .TP
59 .B h
60 hours
61 .TP
62 .B days
63 .TP
64 .B weeks
65 .TP
66 .B M
67 months
68 .TP
69 .B Y
70 years
71 .TP
72 .B S
73 scores
74 .SH "SEE ALSO"
75 strelapsed(3)
76 .SH CAVEATS
77 The return value points to a static area that is overwritten on each call.