summaryrefslogtreecommitdiffstats
path: root/btimec.1
blob: f6614985237f6a6a90337b55d8ab15cfdfee702d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH BTIMEC 1 "8 July 2008"
.SH NAME
btimec \- Get the boot time of a host from btimed(8).
.SH SYNOPSIS
\fBbtimec\fR [-\fBqr\fR] \fIhost\fR [\fIhost\fR ...]
.SH DESCRIPTION
.B Btimec 
connects to btimed(8) on the specified \fIhost\fR to determine the time the
host booted.  The name of the host and time in seconds is printed to standard
output.  If multiple hosts are listed, the value for each host is printed on a
separate line.
.SH OPTIONS
.TP
.B \-q
Don't print the boot time.
.TP
.B \-r
Print the boot time in a human readable form.

.SH EXIT STATUS
Success if the host returns a boot time, failure otherwise.
.SH "SEE ALSO"
btimed(8), qarsh(1)