summaryrefslogtreecommitdiffstats
path: root/btimec.1
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2009-10-01 10:58:42 -0400
committerNathan Straz <nstraz@redhat.com>2009-10-01 10:58:42 -0400
commitf5e388528bd8f1b6ca10a43c0f32f3fd1d3dfabe (patch)
tree433aabc7da536cb376fee4c3b94ceb8ad1b76d1f /btimec.1
parent8d6f3aff31e7c60b1baff013a55e34e5116abcc5 (diff)
downloadqarsh-f5e388528bd8f1b6ca10a43c0f32f3fd1d3dfabe.tar.gz
qarsh-f5e388528bd8f1b6ca10a43c0f32f3fd1d3dfabe.tar.xz
qarsh-f5e388528bd8f1b6ca10a43c0f32f3fd1d3dfabe.zip
Add quiet option, document exit status
Diffstat (limited to 'btimec.1')
-rw-r--r--btimec.18
1 files changed, 7 insertions, 1 deletions
diff --git a/btimec.1 b/btimec.1
index 1e67389..f661498 100644
--- a/btimec.1
+++ b/btimec.1
@@ -2,7 +2,7 @@
.SH NAME
btimec \- Get the boot time of a host from btimed(8).
.SH SYNOPSIS
-\fBbtimec\fR [-\fBr\fR] \fIhost\fR [\fIhost\fR ...]
+\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
@@ -11,7 +11,13 @@ 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)